I am wanting to use the boxed layout but still have the homepage layerslider full width. Right now if I have slider set to full width, it stretches all the way to the right but starts on the left side of the boxed layout. Is there a way to make this 100% of the screen while keeping boxed layout?
Thank you!
Hey hobart,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-width: 990px) {
.home #layer_slider_1 {
left: -69px;
}
}
Best regards,
Rikard
Thanks for the help. This moved it over a bit but on wide screens it is still not centered or filling the width.