Header Issues

edited March 2023 in Other

Hello,

unfortunately we have o problem with the theme.

If you scroll down and then jump back up, the header (logo & menu) has slipped about 50 pixels down.

Best, Daniel

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Thanks

  • The page is local so i can't provide a link sorry.

    But the issue only occurs when I have the sticky header enabled. If this is not active, then the menu does not slip.

  • Please, try the following CSS code:

    #Top_bar:not(.is-sticky){
       top: 0!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    If this will not help, I will need you to temporarily put your website online so that I can check that properly.


    Best regards

  • I think it works! Great.

    Thank you guys!

Sign In or Register to comment.