Okay
  Public Ticket #1435251
fixed menu / navigation
Closed

Comments

  •  2
    petravanhuizen started the conversation

    Is it possible to have the menu fixed on a page.

    When I scroll down on a page the menu disappears and I would like it to stay on top of the page.

  •  2,057
    Theme replied

    Hello,

    please navigate to Admin > Customize and add the following to the Additional css field:

    .header {position:fixed;}
    .main,.slider-wrap {padding-top:130px;}
    .home .main {padding-top:0;}

    Thank you

    Best regards,

    themeenergy support

  •  2
    petravanhuizen replied

    thanks for your quick response

    It works

  •  2,057
    Theme replied

    You are welcome!

    Best regards,

    themeenergy support

  •  2
    petravanhuizen replied

    I discovered a problem.

    The fixed menu works perfectly fine in a desktop version, but on a mobile it looks really strange.

    https://www.moezel-reizen.nl

    Can you see the problem?

    And then the question, how can I fixe this?

    Hope you can help me.

  •  2
    petravanhuizen replied

    Attachment to the post below

  •  2,057
    Theme replied

    Hello,

    adding the following code via Admin > Customize > Additional CSS field should help:

    @media screen and (max-width: 1060px) {
    .header {display:block;}
    }

    Thank you


    Best regards,

    themeenergy support

  •  2
    petravanhuizen replied

    Thanks, it works

  •  2,057
    Theme replied

    You are welcome!

    Best regards,

    themeenergy support