Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #530502

    <em>@il_bujia 420950 wrote:</em><blockquote>Thanks again for your help but the problem is still there.I upload a photo of what I see.The slider still not cover the blue dark area when the resolution is higher than 1300px.</blockquote>

    It happened as mod_slicebox_slider module fixes with max-width: 840px, I helped to change to 100%. Here is my workaround:

    Open the modules/mod_slicebox_slider/css/custom.css file

    Change


    div.sb-slider-wrapper {
    width: 100%;
    position: relative;
    max-width: 840px;
    padding: 0 ; /*for inside nav arrows*/
    /* margin: 10px auto 55px; /* wrapper top spacing and bottom space to include control nav buttons in wrapper */
    }

    To


    div.sb-slider-wrapper {
    width: 100%;
    position: relative;
    max-width: 100%;
    padding: 0 ; /*for inside nav arrows*/
    /* margin: 10px auto 55px; /* wrapper top spacing and bottom space to include control nav buttons in wrapper */
    }

    Please check again.

    il_bujia Friend
    #530549

    Many thanks!!Now it works fine.Thanks again for your help and your patience.

Viewing 2 posts - 16 through 17 (of 17 total)

This topic contains 17 replies, has 2 voices, and was last updated by  il_bujia 10 years, 7 months ago.

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