Forums

[resolved] Page Menu Doesn't Work In Post (5 posts)

  1. 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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Both have top menus on them currently.

  3. 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.

  4. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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;
    }
  5. ericnovak
    Member
    Posted 2 years ago #

    Worked like a charm, you are the bomb! Thanks a ton! :)

Topic Closed

This topic has been closed to new replies.

About this Topic