Hello!
Really love Enfold ! I work at a promiment website design company – and rely on Enfold for most of our projects! Really feel blessed and thankful.
Quick question – that I think can be solved via CSS
I would like to decrease the spacing between the Main Menu and the Sub Level – but having a really hard time figuring that out. I have searched the forms and found CSS that relates to the line height and such – but none that really seemed to help the problem.
Also – I should mention – that the sizes differ – depending on if I am on the homepage or on any regular page. Attached are two screenshots to help visualize:
Homepage Problem:
Any Page Problem:
Any help would be most most most appreciated! Thank you – Alex
Hey!
Try adding this code to the Quick CSS:
ul.sub-menu {
transform: translateY(-90px);
}
Cheers!
Josue