On this site, I have a column underneath the fullwidth easy slider, with a negative margin, to overlap on the slider (got the idea from your hotel theme) – but on mobile devices, it’s too high and overlaps the button and too much of slider – is there away to take away the negative margin just on mobile, or reduce it?
Hey Eleina_Shinn,
Yes, try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.home #after_full_slider_1 .flex_column.av_one_full.avia-builder-el-1 {
margin-top: 0 !important;
}
}
Hope this helps :)
Best regards,
Nikko
Ok, that helped, thank you so much!
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko