Hi, how can I make the submenu element take the full width of the page?
Hey DROR!
try this code:
.responsive .container {
max-width: 1220px;
}
Regards,
Andy
Hi Andy, that doesn’t seem to work. All looks the same as before.
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
Hi, i didn’t change the page. Scroll down a little as the submenu is further down the page.
Hi!
Please add following code to Quick CSS instead
#top .av-submenu-container .container {
max-width: 98%;
}
Cheers!
Yigit
Thanks!