Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • pramodsahu Friend
    #201069

    How to make full width for slide show.

    thanks in advance.
    Pramod

    Saguaros Moderator
    #548383

    Hi Pramod,

    Could you update your site’s URL here so that I can take a look? I can’t access with the link you provided in this thread.

    pramodsahu Friend
    #548397

    Hello Saguaros, thanks for your message, here are the details.

    Saguaros Moderator
    #548664

    Hi

    You can try create a new css file called custom.css in this directory: /templates/ja_bookshop/css/ and add this css rule:


    .home .container.t3-sl.t3-sl-1 {
    width: 100%;
    }

    pramodsahu Friend
    #548673

    <em>@Saguaros 444731 wrote:</em><blockquote>Hi

    You can try create a new css file called custom.css in this directory: /templates/ja_bookshop/css/ and add this css rule:

    .home .container.t3-sl.t3-sl-1 {
    width: 100%;
    }

    </blockquote>

    Hello Saguaros!

    Thank you so much, its working and small issue right side. please check the screenshot.

    I have used padding to take off blank space top/left/right
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;

    if i use padding-right: -1px; then white space only for slideshow. please helm in this.

    Regards,


    1. screenshot-thoomri-com-2014-09-08-13-30-47
    Saguaros Moderator
    #548775

    Hi

    I tried to open your site in different web browsers but didn’t see that space: http://prntscr.com/4l2kyg

    Did you sort it out at your end?

    pramodsahu Friend
    #548982

    Hello Saguaros,

    No, from my system it is visible, but this is not major issue.

    Thank you so much for your support.
    Pramod

    pramodsahu Friend
    #556214

    Hello Saguaros!

    As you said, home page 100% width its working well.

    Is it possible to make complete site 100% width without adding code each and every page (like global setting, one shot)?

    I mean product category page, product description page etc.,

    Now normal systems looking good but large screens the page is displaying only middle part not full width. with your suggestions i’m able to make home page full width, its working great even large screens also fitting nicely.

    Thanks in advance,
    Pramod.

    <em>@pramodsahu 444740 wrote:</em><blockquote>Hello Saguaros!

    Thank you so much, its working and small issue right side. please check the screenshot.

    I have used padding to take off blank space top/left/right
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;

    if i use padding-right: -1px; then white space only for slideshow. please helm in this.

    Regards,

    </blockquote>

    Saguaros Moderator
    #556290

    Try using this rule:

    @media (min-width: 1200px) {
    #t3-mainbody.container {
    width: 100%;
    }
    }

    pramodsahu Friend
    #556324

    Hello Saguaros!

    Nice, it is working perfect, really so happy with your JA support.

    Thank you soo much,
    Pramod.

    <em>@Saguaros 454493 wrote:</em><blockquote>Try using this rule:

    @media (min-width: 1200px) {
    #t3-mainbody.container {
    width: 100%;
    }
    }

    </blockquote>

    Saguaros Moderator
    #556406

    You’re welcome :laugh:

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

This topic contains 11 replies, has 2 voices, and was last updated by  Saguaros 9 years, 6 months ago.

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