Hi there!
Just wondering if you knew of a way to fix the issue of the static left navigation covering the slider on certain screen widths (i.e., when the browser window is smaller it gets cut off). I am sending a screen shot in case it is helpful.
Thanks so much. Enfold is the BEST theme ever!
Hi kimchan2!
Thank you for the kind words.
Please edit all the layers on the layer slider, go to Attributes then add a custom css class on the Classes field. Use “offset-left” for example. Use css media queries to adjust the position of the elements on smaller screen sizes:
@media only screen and (max-width: 1340px) {
.offset-left { left: 400px !important; };
}
Cheers!
Ismael