Viewing 4 replies - 1 through 4 (of 4 total)
  • Both have top menus on them currently.

    Thread Starter ericnovak

    (@ericnovak)

    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;
    }
    Thread Starter ericnovak

    (@ericnovak)

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page Menu Doesn’t Work In Post’ is closed to new replies.