Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1339968

    I am currently working on a site and I need the text box (inside a 3/5 column) to overlap the bottom of the layerslider…

    How is this done?

    Image for reference https://ibb.co/jRy4JcD

    #1340082

    Hey whdsolutions,

    Please try the following in Quick CSS under Enfold->General Styling:

    .flex_column.av-kzgwamwh-914f2b0552f06549f126922836c3c3bd {
        margin-top: -120px;
    }

    Best regards,
    Rikard

    #1340126

    Hi Rikard
    This works, but it is placed behind the Layerslider… We need it to be proud of the Layerslider…
    :)

    #1340147

    Hi,

    Try this CSS as well:

    .page-id-19 #after_layer_slider_1 {
        z-index: 30;
    }

    All elements are proud of the LayerSlider.

    Best regards,
    Rikard

    • This reply was modified 2 years, 9 months ago by Rikard.
    #1347121

    It’s now not working on here – I don’t understand… Please help!

    #1347137

    Hi,

    Please try this CSS as well:

    .home #after_layer_slider_2 {
        z-index: 30;
    }

    Best regards,
    Rikard

    #1347159

    AWESOME!

    #1347174

    Hi,

    YEAH! I’m glad that we could help :-)

    Best regards,
    Rikard

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