ericnovak
Member
Posted 2 years ago #
If you take a look at my main page here: http://www.jillnovak.com and then take a look at a post page here: http://jillnovak.com/?p=37 you'll see that the menu loads on the main page but not on the other pages.
Any clue what could be causing this? I can go ahead and put some of the CSS/Head/Index info on here if need be.
-Eric
Both have top menus on them currently.
ericnovak
Member
Posted 2 years ago #
Right, but you can't click on the one on the post pages. It won't allow you to click them.
It's a CSS issue. edit style.css and remove margin-top:-13px; from:
#coreContent {
float:left;
margin-top:-13px;
width:500px;
}
and margin-top:-50px; from
.single.hentry {
border-bottom:medium none;
border-top:1px solid #EFEFEF;
margin-top:-50px;
padding-bottom:0;
}
and margin-top:75px; from
.single h3 {
margin-bottom:5px;
margin-top:75px;
}
ericnovak
Member
Posted 2 years ago #
Worked like a charm, you are the bomb! Thanks a ton! :)