Hi
how do i make a navigation that stretches fullwidth?
See sketch here:
http://www.marcusjeroch.de/downloads/navigation.jpg
regards
marcus
Hey MarcusJeroch,
Thank you for the inquiry.
Set the Enfold > Header > Header Layout > Menu And Logo Position to “Logo center, Menu below”, then add this css code to adjust the maximum width of the menu container:
#header #header_main_alternate .container {
max-width: 100vw;
}
Let us know the result.
Best regards,
Ismael