Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #426616

    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

    #426791

    Hey 110percent!

    Are you using some custom CSS? If so then paste it here so we can take a look.

    Cheers!
    Elliott

    #427360
    This reply has been marked as private.
    #427412

    I’ve tried removing all of the custom CSS and nothing changes.

    #428000

    Hi!

    Did you manage to get this fixed? I can’t see the issues you’re describing on my end.

    Best regards,
    Rikard

    #428033

    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

    #428036

    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

    #428674

    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

    #428745

    Thanks very much. All working.

    I had to add the following code too as for some reason the height was massive.

    height: 100% !important;

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Drop down menu links over two lines’ is closed to new replies.