Site logo

[Resolved] Space between main menu items and arrows

Home Forums Support [Resolved] Space between main menu items and arrows

Home Forums Support Space between main menu items and arrows

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2425867
    Albert

    Hello, I would like to know how I can reduce the space between the main menu items and the arrows that indicate that there is a submenu. I think it’s currently at 10 pixels and I’d like to reduce that distance to 5 pixels, on desktop only.

    Thank you very much

    #2426002
    Leo
    Staff
    Customer Support

    Hi Albert,

    Try adding this CSS:

    @media (min-width: 769px) {
        .menu-item-has-children .dropdown-menu-toggle {
            padding-left: 5px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

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