Archived topic
Need mega menu full width
5 replies · Started by Somnath on June 9, 2019
Hi,
I used mega menu css and it perfectly works. The only thing is that I need mega menu full width. Now it is showing as right aligned. I tried by applying css to make it full width but menu not set to full width.
Thanks
Hi there,
try this CSS:
.inside-navigation {
position: static !important;
}
The mega menu should now position itself relative to the header.
Thank You David.
Works perfectly. :)
Glad to be of help.
Hi David, thank you very much, this also helped me. Is it also possible that it remains the container of the submenu 1100px and the background only remains 100% wide?
Hi there,
i recall that being really tricky - i did it somewhere but cannot find the topic.
If you can start a new topic and share a link to your site i can take a look.