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

    Hi

    Is there any CSS that can be added to make the menu drop down block wider so that all of the drop down links each fit on 1 line instead of stacking?

    Thanks

    #1439627

    Hey woogie07,

    Thank you for the inquiry.

    You can add this css code to adjust the width of the submenu container:

    .av-main-nav ul {
        width: 248px;
    }

    Default width is 208px.

    Best regards,
    Ismael

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