• Resolved newslicer

    (@newslicer)


    Hello support,

    it seems that the text alignment of the submenu items is not correct. They are shown like 10 Pixels more left than the parent menu item.

    Is there a way to fix this?

    Kind regards and thanks for that beautiful theme!

    André

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ThemeZee

    (@themezee)

    Hi André,

    This is kind of intentional, the submenus have a smaller padding than the parent menu.

    But you’re right, might look better if menu items are aligned. You can change the styling with this CSS snippet:

    .main-navigation-menu ul a {
        padding: 1em 1.5em;
    }

    Cheers,
    Thomas

    • This reply was modified 5 years, 10 months ago by ThemeZee.
    Thread Starter newslicer

    (@newslicer)

    Very good! Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text alignment of submenu items’ is closed to new replies.