Hi
I have a problem regarding the main menu. The text in this menu isn’t centered vertically as can be seen in the picture.

Any ideas? 🙂
Cheers!
Hi
Try to deactivate all plugins except Visual Composer, deactivate the child theme if you’re using, clear all caches and also make sure that you don’t have any custom css which change the menu style then test the site again.
Let us know how it goes and if the problem persist please provide your site url so we can have a closer look.
Thanks!
Hmmm… nothing works. Still the same problem.
Could you take a look at: http://teoriprøver.dk ?
Thanks in advance. 🙂
Hi Boddickerdk,
I have tried to inspect your website with no results. I get this -> http://screencast.com/t/GJNeQCyaNQ Please provide a valid website URL so I can inspect it closer.
Thanks.
Hi
I’m so sorry. The site was down for maintenance. It should be okay now.
The url is still: teoriprøver.dk
Thanks in advance.
Hi
Did you changed the line-height for menu items from theme panel? You have a custom css which set a 40px line-height, that’s why the menu items are not properly centered. Try to this css in theme panel > custom code > custom css to fix that: http://screencast.com/t/Lhizjr1oqve
ul.sf-menu > .td-menu-item > a{
line-height: 48px;
}
Thanks!