[Resolved] submenu icon spacing

Home Forums Support [Resolved] submenu icon spacing

Home Forums Support submenu icon spacing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #981993
    sparkle

    hi, as you can see from this image, i’m trying to add some css to fix the submenu level here that overlaps the arrow that should be on the right of the menu item with simliar spacing to the other submenu spacing.

    View post on imgur.com

    i found this bit of code, which almost helped but didn’t fix it entirely
    https://generatepress.com/forums/topic/submenu-auto-width/

    can you help? thanks.

    #982342
    David
    Staff
    Customer Support

    Hi there,

    try this CSS instead:

    .main-navigation .main-nav ul ul li > a  {
        display: grid;
        grid-template-columns: auto 40px;
    }
    #982409
    sparkle

    thank you! perfect!

    #982420
    David
    Staff
    Customer Support

    Glad to be of help

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