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
Hey whdsolutions,
Please try the following in Quick CSS under Enfold->General Styling:
.flex_column.av-kzgwamwh-914f2b0552f06549f126922836c3c3bd {
margin-top: -120px;
}
Best regards,
Rikard
Hi Rikard
This works, but it is placed behind the Layerslider… We need it to be proud of the Layerslider…
:)
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
It’s now not working on here – I don’t understand… Please help!
Hi,
Please try this CSS as well:
.home #after_layer_slider_2 {
z-index: 30;
}
Best regards,
Rikard
AWESOME!