Hi guys,
I don’t like it when the text in Enfold’s main menu wraps to a second line, like this:
So I added the following CSS to my Enfold child theme:
.av-main-nav ul {
width: 250px;
}
That increased the width, but when I hover, the submenu doesn’t appear at the right location. What CSS do I need to add to get the submenu to line up properly?
Thanks!
Website link posted privately above.
Hi!
Courses menu item currently does not have any submenu items. Can you please add them and then let us know, so we can see the issue? User role is not administrator so we cannot make any changes
Best regards,
Yigit
Hey, it’s actually Programs -> AEC… should work fine when you’re logged in. Firebug or Chrome inspect should be usable given that it’s visually reproducible… but if admin access is required, let me know, I’ll clear out sensitive info and temporarily give you full power.
Hey!
Please add following code to Quick CSS as well
#top .av-main-nav ul ul { left: -250px; }
Best regards,
Yigit
Yeaaaaaaah, you da man, Yigit. Issue resolved. Thanks!