Layout Grid & CSS Menu

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
bjlolmaugh
 
 
Posts: 169
Joined: Thu Nov 15, 2007 2:36 pm
Contact:

Layout Grid & CSS Menu

Post by bjlolmaugh »

If I have 2 rows of CSS Menu, and I insert them into a Layout Grid, how do I get the top row to display on top?
When I preview the page, the top layer CSS always shows behind the bottom CSS Menu row.

Image
Sincerely,

Barbara Lolmaugh
http://www.websitesbybarbara.com
User avatar
crispy68
 
 
Posts: 3056
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Layout Grid & CSS Menu

Post by crispy68 »

You can some simple CSS like such between the <head> tags via an html object or page html:

Code: Select all

<style>
#wb_CssMenu1{z-index: 9999 !important;}
</style>
Change 'CssMenu1' to match the ID of your first (top) menu.
bjlolmaugh
 
 
Posts: 169
Joined: Thu Nov 15, 2007 2:36 pm
Contact:

Re: Layout Grid & CSS Menu

Post by bjlolmaugh »

crispy68 wrote: Sat Apr 12, 2025 11:44 pm You can some simple CSS like such between the <head> tags via an html object or page html:

Code: Select all

<style>
#wb_CssMenu1{z-index: 9999 !important;}
</style>
Change 'CssMenu1' to match the ID of your first (top) menu.
Thank you!
Sincerely,

Barbara Lolmaugh
http://www.websitesbybarbara.com
Post Reply