[Resolved] Center Off-Page Panel Menu Items that have sub-items

Home Forums Support [Resolved] Center Off-Page Panel Menu Items that have sub-items

Home Forums Support Center Off-Page Panel Menu Items that have sub-items

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1225230
    Chris

    Hello,

    I am wondering if there is a way to get the menu items with sub-menu items to be centered as compared to the other items in the column that do not have sub-menu items? As it is right now, those items with sub-items are shifted slightly to the left, I assume to make good spacing with the expand arrow. I’m wondering if there is a way to adjust this?

    Thank you!

    #1225239
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .slideout-navigation .menu-item-has-children .dropdown-menu-toggle {
        padding-left: 0;
        padding-right: 10px;
    }

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

    #1225246
    Chris

    MAN you guys are quick… and that worked perfectly. Thanks so much!

    #1225248
    Chris

    Marked as solved.

    #1225281
    Leo
    Staff
    Customer Support

    No problem 🙂

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