Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1200515
    Alan
    Participant

    Hi any idea what might cause the behavior that the products are at the far left side and only jump to their correct position when scrolled. only in firefox.

    http://maiami.de/shop/

    thanks

    #1200601
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems you set the Navbar container height to 0. Let’s change this from Customize > Header – http://prntscr.com/cpc46l

    You can also fix this by adding this under Custom > CSS in the Customizer.

    .x-navbar {
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1200515 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>