Tagged: main menu
Good morning,
I´m using a header center and menu below config, but the menu width is the same as the content (wrap 1310px), not the width of the window, how can i do it fluid (100% width)?
Thanks
Hey alpaezes,
Are you using a boxed layout? can you post a link to your site so we can see.
Best regards,
Nikko
Hi Nikko,
I can´t show it, it´s in local.
I´m using stretched layout. In dimensions tab I have Maximum Container width: 1310px. But I´d like to have full width the main menu only.
Thanks
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.container.av-logo-container {
width: 100%!important;
max-width: 100%!important;
}
Best regards,
Yigit
Thanks.
It doesn’t work. I think I found the solution with adding in my child theme:
#header_main_alternate.container_wrap .container{
max-width: 100%;
}
But now, I want to show it centered and don´t find the way.