Hi,
I have made a few modifications on my site, but can’t figure out how to solve my latest problem. My header is overlapping my slider. Can you help with this? I changed the slider size to 400 and modified the first slide image only so I realize the other slides are still 430.
Hey thecszone!
Thank you for using Enfold.
Did you add any height or padding modification in your header? Please try to add this to the Quick CSS field:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 141px;
}
Adjust the top padding value if necessary.
Best regards,
Ismael
I have added this and it makes no difference. As I look at it more, I wonder if the problem is in the spacing with the menu. When you scroll over the menu and the colored line comes up there is a large vertical space between the menu words and the line. I would like there to be less space there. How do I reduce that space? I will try it and see if it solves my problem.
Hi!
I’m not sure if you managed to get any closer to solving your problem? Please let us know if you should need any more help on the topic.
Regards,
Rikard
No one responded to my last post, so no I have not gotten any closer. Can you help me figure it out?
Hi!
sorry for the late response. You can control this line using this code:
span.avia-menu-fx {
top: 68px;
}
Adjust as needed.
Hope this helps!
Best regards,
Andy
Okay, great that solves my menu issue, but unfortunately it doesn’t solve the issue that the header is overlapping the slider. I have tried the earlier response to my question of
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 141px;
}
but no matter the number of pixels I put in the code, it changes nothing.
Hey!
try this code:
div#layer_slider_1 {
margin-top: 22px;
}
and adjust as needed.
Best regards,
Andy
Works perfectly, Andy! Thanks so much!!