Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • kerasamui Friend
    #200450

    I make many slideshow by JA-Slideshow in JAbiz Template for my website, the slide show is consist of 1240pixel width pictures. How can I config my website to show 100%fullwidth on any screen all-time.

    TomC Moderator
    #545723

    So that we can try to best assist you, please provide the url of the site you’re working on

    kerasamui Friend
    #545730

    I,m working on local host now but plan to use on http://www.miramarbangkok.com

    kerasamui Friend
    #545733

    From your advice to someone on this webboard.
    I try this code on template.css on red theme
    .container {
    background: none repeat scroll 0 0 #ffffff
    width: 100%;
    and
    .t3-slideshow .main-container.slideshow {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    on mod-jaslideshow.css
    but it doesn’t have anything change,what is my mistake?
    How I could do for the next.

    Eragon H Friend
    #545816

    Hi Kerasamui,

    Please add below code to the root/templates/ja_biz/css/custom.css (please create a new one if unavailable)
    [PHP] .container {
    width: 100%;
    }

    . t3-slideshow .main-container.slideshow {
    width: 80%;
    position:relative;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    }

    .ja-slide-item img {
    position:relative;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    }[/PHP]

    You may need clear cache to see the changes

    Best regards

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  Eragon H 9 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum