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
ITEMS IN THEMEABLE MENU GETS HIDDEN WHEN USING A STICKY LAYOUT GRID
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Re: ITEMS IN THEMEABLE MENU GETS HIDDEN WHEN USING A STICKY LAYOUT GRID
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>
Re: ITEMS IN THEMEABLE MENU GETS HIDDEN WHEN USING A STICKY LAYOUT GRID
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
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