[Support request] Menu item highlight is not centered

Home Forums Support [Support request] Menu item highlight is not centered

Home Forums Support Menu item highlight is not centered

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2008538
    danhotchkiss

    When I hover over my menu, the menu text is not centered in the highlight. Is there a setting I’m missing?

    Thanks for any help.

    Dan

    #2008543
    Ying
    Staff
    Customer Support

    Hi Danile,

    Do you mean the sub menu items?
    https://www.screencast.com/t/EYFSYlNN3d6

    Let me know 🙂

    #2008589
    Ying
    Staff
    Customer Support

    It’s because you have this CSS which removes the dropdown arrow:
    https://www.screencast.com/t/Y7W657kgR0ou

    You can add this CSS to add the paddings to the rightside:

    .secondary-navigation .main-nav ul li.menu-item-has-children>a {
        padding-right: 20px;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.