Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #868149

    Matt F
    Participant

    Hi,

    I am running Integrity with a 1200px boxed layout. The header is boxed with the rest of the content.

    I’ve created a couple of Envira galleries. The galleries themeselves work fine but when the lightbox appears, my theme nav bar gets pushed all the way to the right side of the browser window. Close the lightbox and the navigation reverts back to the correct location.

    If I delete ALL other content on the page and have only the gallery, it works normally (nav bar doesn’t move). But any other text on the page and this happens.

    I have tried all kinds of configurations and apparently cannot find the right button for this!

    https://www.absoluterv.com/rv-carports-test/

    Thanks!

    #868942

    Zeshan
    Member

    Hi Matt,

    Thanks for writing in!

    To fix the issue, add following CSS under Custom > CSS in the Customizer:

    .x-navbar.x-navbar-fixed-top {
      margin-left: auto;
      margin-right: auto;
    }
    

    Hope this helps. 🙂

    Thank you!