Page 1 of 1

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

Posted: Tue May 24, 2022 7:20 am
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

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

Posted: Tue May 24, 2022 8:06 am
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>

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

Posted: Tue May 24, 2022 9:10 am
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