Hello
I am trying to place a 700px maximum width Layerslider on a page but have the color background behind the slider extend the full width of the page. I thought placing the Layerslider into a color box would work but I don’t seem to be able to drag the slider into the color box. How can I achieve this?
thanx
Hey cwrench!
Thank you for using the theme.
Please go to the Global Settings then set the Slide Width to 100%. Under Full-width Slider Settings, set the Responsive Under field to 9999 and the Layers Container to 700.
Regards,
Ismael
Hey!
As far as I know LayerSlider doesn’t have quite the settings you are looking for available. You would need to target that container via css and then set its background to black (or whatever background you wanted).
Something like:
#layer_slider_1 {
background: #000 !important;
}
Regards,
Devin