Archived topic
The fixed top menu disappears when opening gallery photos
3 replies · Started by nico on April 22, 2018
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/
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;
}
thank you very much. This works. Great. Great help and support.
Glad I could help! :)