Tagged: dropdown menu, top menu
Hello,
I am having an issue with the positioning of my top menu dropdown items in Enfold. They are coming in vertically off-center, in a lower placement, which disrupts the whole look of the menu. You will find a link to my site and to a screenshot sample of this issue in the private content.
Cant you suggest a quick CSS tweak to correct this?
Is there any previous code tweak that may be causing this?
thanks
Omar
Hey ramirezo,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av-main-nav ul a {
padding: 0px 15px!important;
}
Best regards,
Vinay
Thanks! That solved it
-Omar