Hey guys,
is there an easy way to just shift the slides down so there’s no overlap beneath the navigation like what’s being seen on the home page here: http://dev.lorenasarbu.com/ I thought I resolved this in the style, but see no change. Looks to be off by 30px or so: http://dev.lorenasarbu.com/menulap.jpg
Thanks guys!
J
Hi Justin!
Thank you for using the theme and link you provided.
You can add this on Quick CSS or custom.css to move the slider downwards:
.avia-fullscreen-slider {
top: 25px;
}
Cheers!
Ismael
Hi!
Please use following code instead
.html_header_top.html_header_sticky #main {
padding-top: 114px;
}
Cheers!
Yigit