Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #489714

    Hi, how can I make the submenu element take the full width of the page?

    http://screencast.com/t/9i9w6UTzd0NK

    #490112

    Hey DROR!

    try this code:

    .responsive .container {
    max-width: 1220px;
    }
    

    Regards,
    Andy

    #490447

    Hi Andy, that doesn’t seem to work. All looks the same as before.

    #491179

    Hi,

    I couldn’t see anything resembling your screenshot in the link you posted, did you change the page? Please link to the page in question so that we can have a closer look.

    Best regards,
    Rikard

    #491827

    Hi, i didn’t change the page. Scroll down a little as the submenu is further down the page.

    #492160

    Hi!

    Please add following code to Quick CSS instead

    #top .av-submenu-container .container {
        max-width: 98%;
    }

    Cheers!
    Yigit

    #492169

    Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to make the submenu to take the full width of the page’ is closed to new replies.