• Resolved talysshade

    (@talysshade)


    Hey all,

    I’m having a small problem with a wordpress template I’m making for my work. You can see it at “https://www.annewesterhof.nl It’s in Dutch, but that’s pretty irrelevant.

    The thing is, when I look at the index, it looks pretty good. But when I click a menu link to one of the pages such as “wie zijn wij” or “nieuws” the whole thing sort of “jumps down” leaving a big white area at the top. It’s not a huge problem, but I don’t like it. I’m not sure if I should post my entire css here, but if anyone could point me in the direction of where I should look I could post relevant code.

    Also, when making a search the problem doesn’t occur, and when clicking on a search result to go to single.php there’s no problem either. It’s only when I click a menu item to a page.. Perhaps anyone is familiar with this problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    Remove margin-top: 25px; from your theme’s stylesheet style.css:

    .page {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 25px;
    }
    Thread Starter talysshade

    (@talysshade)

    Can’t believe I started myself blind on that. Thanks and this one can be closed!

    Moderator keesiemeijer

    (@keesiemeijer)

    If you’re using Firefox you can use the Firebug addon to quickly see what css is used when you inspect an element on the page. I’m glad you got it resolved. You can make this topic resolved from the dropdown menu on the right hand side of this page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page "jumps" upon menu link’ is closed to new replies.