Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #404489

    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!

    #404493

    Hey champlainconted!

    Can you post the link to your website please?

    Cheers!
    Yigit

    #404494
    This reply has been marked as private.
    #404505

    Website link posted privately above.

    #404512

    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

    #404552

    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.

    #404554

    Hey!

    Please add following code to Quick CSS as well

    #top .av-main-nav ul ul { left: -250px; }

    Best regards,
    Yigit

    #404560

    Yeaaaaaaah, you da man, Yigit. Issue resolved. Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Help lining up submenu after altering av-main-nav ul width’ is closed to new replies.