Archived topic
Megamenu 100% width
3 replies · Started by Sergio on July 20, 2022
Hello
I have created a MEGA MENU with this tutorial: https://docs.generatepress.com/article/building-simple-mega-menu/
Is it possible that it takes up the width of the screen?
I have tried with "width: 100%;" and more options but I can't find the solution.
The website is: https://wordpress-507255-2607511.cloudwaysapps.com/
Thanks in advance
Hi Sergio,
Can you try adding this in Customize > Additional CSS:
@media (min-width: 1025px) {
.inside-header {
position: relative;
}
.inside-navigation.grid-container {
position: static;
}
}
Kindly let us know how it goes.
It works perfectly.
Thank you very much Fernando!
You’re welcome Sergio!