• Hi!
    since the last update, I get a mistake in firefox: When reloading the page, the content slips a bit below the header.By clicking on a page, everything is displayed normally again. The error occurs only when reloading. Only in Firefox in IE und Chrome it is OK. What can I do to fix it?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    Please try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .site-header {
      position: relative !important;
    }
    
    .header-clone {
      height: 0 !important;
      display: none;
    }
    

    Regards,
    Kharis

    Thread Starter alursru

    (@alursru)

    Thank you for your prompt reply. Yes that was the solution. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘header problem in Firefox’ is closed to new replies.