Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1477861

    Hi
    how do i make a navigation that stretches fullwidth?
    See sketch here:
    http://www.marcusjeroch.de/downloads/navigation.jpg

    regards
    marcus

    #1477997

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.