Viewing 4 posts - 1 through 4 (of 4 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

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