[Resolved] Align Width of Sub Menu to Parent Menu

Home Forums Support [Resolved] Align Width of Sub Menu to Parent Menu

Home Forums Support Align Width of Sub Menu to Parent Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #941467
    Francis

    How do I align the width of Sub Menu to make it relative to it’s Parent Menu?
    Please see the screenshot below

    View post on imgur.com

    #941568
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .main-navigation ul ul {
        width: auto;
    }

    Make sure to flush your autoptimize cache after making customizations or better still flush and disable it before hand.

    #941639
    Francis

    Nope,it didn’t work. Good thing, I found Tom’s suggestion in a 2017 topic, after multiple searches.

    https://generatepress.com/forums/topic/submenu-auto-width/

    Thanks still.

    #941658
    David
    Staff
    Customer Support

    Glad you found the solution.

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