Home Forums Pro Themes Education Hub Pro Outline of main menu is inconsistent when only some of the menu items span lines

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #69908
    Jordan Cait
    Participant

    If I setup the main menu and insert a “<br>” to place the verbiage for only some of the menu items on two different lines, the right side of the white outline of the menu boxes on the remaining one line menu items is only beside the first row for that item. This looks very inconsistent.

    #69929
    wensolutions
    Keymaster

    Hello @jordancait,

    Please provide your site URL for proper inspection.

    Thank you.

    Best Regards!!

    #70018
    Jordan Cait
    Participant

    Please look at the heading called blog in the main menu. You will see that the white outline on the right of the cell only includes the top row and not the second row.

    http://b8s.f25.myftpupload.com/

    #70141
    wensolutions
    Keymaster

    Hello @jordancait,

    To resolve the issue, please use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #menu-item-946 {
        line-height: 44px;
    }

    Hope this helps.

    Best Regards!!

    #70155
    Jordan Cait
    Participant

    Thank you. This fixes the one menu item only but doesn’t address any other menu items should I wish to change them. Do you have a more robust solution?

    Jordan

    #70156
    wensolutions
    Keymaster

    Hello @jordancait,

    Actually, it is not the issue of the theme. The line seems to be incomplete because the other menu items are displayed in two lines. If your menu would be longer then, you won’t face such issue.

    Also, we had to provide the solution for that particular menu item only as it is the only way you could do it.

    Now to manage the vertical line even for the home menu item use below given CSS.

    #menu-item-836 {
      line-height: 45px;
    }

    Hope this helps.

    Best Regards!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.