In the header.php file, do you have <li>
and </li>
around them or something, if so…maybe try removing them.. I’m not sure, but just maybe a hunch..
Maybe even try this: list-style-type:none;
To this part of coding in CSS file:
.topnav li a:hover, .topnav li.current_page_item a
{
background: #e08;
color: #fff;
hight:200px
padding:3px;
}
Like I used on here:
https://www.vindictivebastard.net/blog3/
spencerp
Just making a guess, not sure..I didn’t graduate WP class yet..so..
You even might have to do that to other parts of your CSS as well as make some specifically for the “page_item”