ITEMS IN THEMEABLE MENU GETS HIDDEN WHEN USING A STICKY LAYOUT GRID

Issues related to hyperlinks and web site navigation.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Post Reply
JEREMYCOE
 
 
Posts: 4
Joined: Sat Apr 04, 2020 1:15 pm

ITEMS IN THEMEABLE MENU GETS HIDDEN WHEN USING A STICKY LAYOUT GRID

Post by JEREMYCOE »

http://whitedoves.in/Destitute-Home.html

Sir,
I am having an issue wherein items in the Themeable Menu (Bootstrap) (DONATIONS - SUB MENU) gets hidden when another Layout Grid has been set as sticky. (TOP |REHABILITATION AND CARE |REPATRIATION TO THEIR HOMES |RULES FOR ADMISSION |TOUR OF THE NEW FACILITY |FACILITIES AVAILABLE)

Is there a way to get the Themeable Menu to show on top of the Layout Grid ?

Thanks in advance.
Regards
Jerome Coelho
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: ITEMS IN THEMEABLE MENU GETS HIDDEN WHEN USING A STICKY LAYOUT GRID

Post by Pablo »

You can add a z-index to the layout grid to make sure it's always on top:

Code: Select all

<style>
#wb_LayoutGrid12 
{
  z-index: 9999;
}
</style>
JEREMYCOE
 
 
Posts: 4
Joined: Sat Apr 04, 2020 1:15 pm

Re: ITEMS IN THEMEABLE MENU GETS HIDDEN WHEN USING A STICKY LAYOUT GRID

Post by JEREMYCOE »

Sir,
Thank you for the very quick resolution of my query.
It works as intended now.
http://whitedoves.in/Destitute-Home.html
Im really appreciative of your professionalism.
Keep up the good work.
Regards,
Jerome Coelho
Post Reply