submenu does not show in navigation bar
-
The submenu does not show on the following WordPress-blog:
https://blog.narrowminds.nl/The page ‘feedback programmas’ contains a subpage which the menu does not show and I cannot find the solution in the css style sheet. The page in the submenu does show when I choose to show the pages in the sidebar. Can you the error? It should be very simple.
This is the code in style.css of the menu:
/*- Main Menu in Header */
ul.menu {
margin: 0;
padding: 0;
position: absolute;
bottom: 0;
left: 20px;
width: 90%;
}ul.menu li {
display: inline;
margin: 0;
}ul.menu,
ul.menu li a {
padding: 5px 10px 6px;
}ul.menu li a {
font: 1.2em Verdana, Helvetica, Arial, Sans-Serif;
color: #666666;
margin: 0;
}ul.menu li a:hover {
background: #00A1B8;
color: #FFFFFF !important;
text-decoration: none;
}ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
color: #FFFFFF !important;
background: #00A1B8;
text-decoration: none;
}.admintab {
position: absolute;
right: 0px;
/*_padding: 5px 15px 6px;*/ /* IE hack */
}* html .admintab { padding: 5px 15px 6px } /* IE hack */
- The topic ‘submenu does not show in navigation bar’ is closed to new replies.