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

    Hello,

    I want to change the positioning of the menu items in my full-width sub-menu. I have not been able to isolate the CSS for this. If I change the following, I get what I am looking for; however, this changes the container size for all elements of my site.

    .responsive .container {
        max-width: 96%;
    }

    I appreciate your help.

    -James

    #1465734

    Hey James,

    Please try this CSS instead:

    .av-submenu-container .container {
        max-width: 96%;
    }

    Best regards,
    Rikard

    #1465818

    Hi Rikard,

    I had to add “!important” but it worked great after that.

    I appreciate your help.

    -James

    #1465870

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1467245

    Please close the ticket.

    Thanks

    -James

    #1467293

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change the width of sub-menu items’ is closed to new replies.