Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ll need to edit CSS. In the admin, Appearance, Edit, and look for style.css.

    Then you can adjust or delete the “margin-top” line below. It’s pushing all the content down.

    body {
    background:url(“images/main_background.jpg”) #000000;
    font-family:verdana,arial,tahoma,sans-serif;
    font-size:9pt;
    margin-top:120px;
    }

    Thread Starter dobner

    (@dobner)

    Very good. That did it. Thanks

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