[Resolved] sticky menu full width

Home Forums Support [Resolved] sticky menu full width

Home Forums Support sticky menu full width

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1678429
    Niklas

    Hello!
    I can not get the sticky menu to follow the full width of the regular menu.
    I looked through all code on the forum and tested but it does not work.

    Is this a bug that can be fixed?

    bg Niklas

    #1678517
    David
    Staff
    Customer Support

    Hi there,

    go to Customizer > Layout > Primary Navigation and temporarily change its location to below header then set the Navigation Width and Inner Navigation Width to Full Width. Then change the location back.

    The Sticky Nav should now be full width.

    #1678528
    Niklas

    Hello!
    Thanks for quick response.
    Now the sticky menu is full width.
    But it loses the padding set in Header.

    Is there a way for the sticky menu to have the same padding as Primary navigation?

    Best regards
    Niklas

    #1678582
    David
    Staff
    Customer Support

    Try this CSS:

    @media(min-width: 769px) {
      #sticky-navigation {
        padding-left: 40px;
        padding-right: 40px;
      }
    }
    #1678584
    Niklas

    That works beautifully!!
    Thanks a lot!!!

    best regards
    Niklas Edelström

    #1678619
    David
    Staff
    Customer Support

    Glad to be of help.

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