Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #297459

    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

    #297644

    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

    #297796
    This reply has been marked as private.
    #299254

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.