[Resolved] The fixed top menu disappears when opening gallery photos

Home Forums Support [Resolved] The fixed top menu disappears when opening gallery photos

Home Forums Support The fixed top menu disappears when opening gallery photos

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #557120
    nico

    Sorry for my basic English.
    I have galleries of photos that open in full screen.
    On my previous website, the fixed menu is always there and works perfectly.
    Now I am designing a new website with elementor and Generate and when I open a gallery and return to the web, the fixed main menu disappears. I am not an expert in codes. What can I do so that the menu does not disappear?
    Any solution or help, please. Thank you very much.

    Old web that works with always fixed menu: http://www.nicotrujillo.com/diseno-grafico.html

    New website where I have problem with fixed menu: http://www.fotografolaspalmas.eu/servicios/comunicacion-grafica/

    #557312
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    There seems to be some sort of conflict with how the lightbox initiates and destroys.

    Perhaps try adding this CSS:

    .navigation-stick {
        left: 0 !important;
        position: fixed !important;
        top: 0 !important;
    }
    #557325
    nico

    thank you very much. This works. Great. Great help and support.

    #557327
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.