This topic contains 17 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Hi
No it doesn’t mean that.in bootstrap 3 all container has a fixed width for a specific size.
Move the footer outside div is only to apply the style code on footer container. Because slideshow not adapting the design when we apply it on parent container.
This is what I did to meet my requirement
I put back php <?php $this->loadBlock('footer') ?> to <div class="wrapper-hd">
and activate code from your suggestion in custom.css
@media (min-width: 1600px)
{
.wrapper-hd {
margin: auto;
width: 100%!important;
}
}
then resize the slideshow image to 1920 x 960
anyway, thanks for assisting
You are welcome!
This topic contains 17 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum