Hello
I’m having some issues with the drop down menu on a site I’m building.
Some of the drop down navigation links are quite long and the text needs to run over two lines, but it doesn’t. It appears that the content of the second line is on top of the first line.
Additionally, the section that each link sits in seems very big compared to normal, and the text doesn’t sit equally between top and bottom. Hover each drop down menu link to see this more clearly.
Any help would be appreciated.
Thanks
Hey 110percent!
Are you using some custom CSS? If so then paste it here so we can take a look.
Cheers!
Elliott
I’ve tried removing all of the custom CSS and nothing changes.
Hi!
Did you manage to get this fixed? I can’t see the issues you’re describing on my end.
Best regards,
Rikard
It’s still very much there I am afraid. On both a PC and MAC in several different browsers.
See this screenshot – https://www.dropbox.com/s/zbov5m3hfu905fz/Screen%20Shot%202015-04-14%20at%2007.02.58.png?dl=0
The space on all of the links above the text is bigger than the space below.
Also, the link below the one hovered has all of the text on the same line, when it needs two.
Thanks
Hi!
Ah I see, I thought you meant that the actual text was spanning over two lines. Please try the following in Quick CSS under Enfold–>General Styling:
.sub-menu a{
line-height: 52px !important;
}
Cheers!
Rikard
Thanks very much. All working.
I had to add the following code too as for some reason the height was massive.
height: 100% !important;