Dropdown menu appears below other stuff (please help me with this code)
-
I’ve searched through the other threads related to this issue, and I keep hitting a dead end.
Basically, my header’s dropdown menu’s *background color/box/thing* appears below other stuff on screen while the text stays on top.
This is not a link to my site, but a preview of the theme I’m using (actual site is unavailable):
https://www.topnotchwp.com/liquid-magazine/
Notice he dropdowns in the header. On my install, the black box behind the text in the child categories appears behind the other elements on screen, while the text stays on top.
Here is the code for the header:
<body <?php body_class(); ?>> <div id="top_bar"> <div class="margin25px"> <ul class="sf-menu"> <?php wp_list_pages('title_li=&exclude=2,17,5'); ?> <!-- <?php wp_list_categories('show_count=0&title_li='); ?> --> </ul>
As you can see, I swapped out categories for pages and excluded some pages. But if I revert back to the code’s original state, same problem.
Any thoughts? Help would be much appreciated!
-Mike
- The topic ‘Dropdown menu appears below other stuff (please help me with this code)’ is closed to new replies.