• I have 4 pages on this blog I’m working on.
    https://www.thejester.tv

    If I select the Photos, Portfolio, Contact pages or the actual post, the page moves down an inch on the screen. What code is doing this? I can’t find it. I want to make it uniform with the Home Page.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • In the css file, two thirds down the file find:

    #page {
    border: 1px solid #959596;
    text-align: left;
    background-color: white;
    margin: 20px auto;
    padding: 0;
    width: 761px;
    border: 1px solid #959596;
    }

    and remove margin: 20px auto;

    Thread Starter zonetrap

    (@zonetrap)

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog layout’ is closed to new replies.