I am having trouble getting my layer slider (fullwidth mode) to meet the navigation menu area. There is a small space between the top of the image in the layerslider and the navigation menu area.
I have tried:
.home #layer_slider_5 {
margin-top: 30px;
}
Any help is greatly appreciated!
Thank you.
Hey Micheal0424,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Thanks.
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.home #av_section_1 {
margin-top:-13px;
}
Best regards,
Rikard
That worked, thanks so much!
I spent hours trying to figure it out, so glad it works now!
Hi,
You are more than welcome!
Best regards,
John Torvik
Follow up question, how do I make this applicable to all of the pages of the website instead of just the homepage?
Thank you.