<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.
1 user says Thank You to Ninja Lead for this useful post
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