Pages below header in Puzzle theme

  • Unknown's avatar

    Hello,

    I’m using puzzle theme and I’ve got a bit of a problem. I’d like to have the header at the top of the page with the static pages underneath it. I was given some css code for this but it only works when you click on a post. When you are on the homepage/main page, you can only see the header at the top but not the static pages underneath it.

    does anyone have any ideas how I can change it so it appears the same in both the posts and the homepage?

    thanks in advance

    Jamie

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Jamie, your menu is hiding behind the header on the main page. Add the following CSS to space the content down so the menu can be seen. You can adjust the 70px top margin value as desired.

    .home .main {
        margin-top: 70px;
    }
  • The topic ‘Pages below header in Puzzle theme’ is closed to new replies.