[Resolved] Change Padding in Main Menu

Home Forums Support [Resolved] Change Padding in Main Menu

Home Forums Support Change Padding in Main Menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #336623
    Brenda

    Hi Tom, I would like to change the padding in the main menu items. I tried using the code from some of the other posts, but nothing happened. Can you assist me with that?

    Thanks

    #336627
    Leo
    Staff
    Customer Support

    Hi there,

    You should be able to use the customizer for that: https://docs.generatepress.com/article/menu-item-height-width/#width

    Let me know if this is what you are looking for.

    #336767
    Brenda

    Thanks Leo,

    That’s it! Is there a way to change the space between the arrows and the menu items? I would like to move the arrows closer to the text.

    Thanks.

    #336886
    Leo
    Staff
    Customer Support

    Try this CSS and adjust the px number as you see fit:

    .menu-item-has-children .dropdown-menu-toggle {
        padding-left: 5px;
    }

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

    #336906
    Brenda

    You guys ROCK!!!!!!

    #336915
    Leo
    Staff
    Customer Support

    Thanks 🙂 Glad I could help!

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