Issue - On page entry things display correctly (bottom menu at bottom of page) but when clicking an image to open lightbox the menu on the bottom of the page is displaying on top of the small images in the gallery (images loaded from web folder). I know there must be a setting(s) somewhere but I have tried many things and cannot hit on it. I have tried to move the menu to the 'back' in Object Manager etc but no joy. On the other pages the menu sits at the bottom as intended so I guess its to do with the Gallery settings?
Website: walkeastnorfolk.com/pics.php (to see issue)
Demo Page: https://e.pcloud.link/publink/show?code ... LvxJQ5Gp4X
Not sure if this will help as its not connected to the web folder for the images but hopefully the settings can be checked
**SOLVED **
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
-
brynj
-

- Posts: 342
- Joined: Fri May 31, 2013 3:56 pm
**SOLVED **
Last edited by brynj on Sun May 24, 2026 12:02 pm, edited 1 time in total.
- AliGW
-

- Posts: 700
- Joined: Thu Dec 19, 2024 3:41 pm
Re: More help needed ....
The gallery images are missing, so I cannot preview a potential fix, but maybe add a layout grid with a white rectangle below the gallery grid so that the footer remains below the gallery thumbnails.
I really would reconsider using Comic Sans - it's the most dreadful font unless you are a primary school.
I really would reconsider using Comic Sans - it's the most dreadful font unless you are a primary school.
Ali
Retired, but still loving to learn & very busy.
https://alisongwright.me.uk
Novice with WWB, but was an avid user of Serif WebPlus before.
Fairly expert at Microsoft Excel (but not VBA) & Affinity by Canva (for page layout).
Retired, but still loving to learn & very busy.
https://alisongwright.me.uk
Novice with WWB, but was an avid user of Serif WebPlus before.
Fairly expert at Microsoft Excel (but not VBA) & Affinity by Canva (for page layout).
-
brynj
-

- Posts: 342
- Joined: Fri May 31, 2013 3:56 pm
Re: More help needed ....
Thanks Ali. What I am struggling to understand is why the menu is displayed and not the '© 2026 - Walk East Norfolk. All Rights Reserved. ' is not - in an ideal world neither will be displayed over the light gallery or both displayed at the bottom of the page as per the rest of the site. hard to understand what setting(s) is influence this behavior.
Last edited by brynj on Sun May 24, 2026 11:38 am, edited 1 time in total.
- Pablo
- Posts: 24699
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: More help needed ....
Some menus were designed to be always on top.
In this case, you can add this code to 'Custom CSS' of the menu to disable this functionality.
In this case, you can add this code to 'Custom CSS' of the menu to disable this functionality.
Code: Select all
z-index: auto !important;-
brynj
-

- Posts: 342
- Joined: Fri May 31, 2013 3:56 pm
Re: More help needed ....
Thanks Pablo - although I don't see a location to enter 'Custom CSS' in the object properties, so where do I add it ?Pablo wrote: Sun May 24, 2026 11:37 am Some menus were designed to be always on top.
In this case, you can add this code to 'Custom CSS' of the menu to disable this functionality.Code: Select all
z-index: auto !important;
- Pablo
- Posts: 24699
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: More help needed ....
Right click the menu and select 'Object HTML', then click 'Custom CSS' to add the code.
-
brynj
-

- Posts: 342
- Joined: Fri May 31, 2013 3:56 pm
Re: More help needed ....
OK - thanks for that information.Pablo wrote: Sun May 24, 2026 11:58 am Right click the menu and select 'Object HTML', then click 'Custom CSS' to add the code.
It has solved the issue.