Jump to content

header size


Guest evod

Recommended Posts

Classic skin does not have a header as such. How do you have your header referenced? Post your layout.css and index.tpl so we can see what you've done.
body {

margin: 5px;

background-color: #000000;

background-attachment: scroll;

background-image:

background-repeat: repeat-x;

background-position: top;

}

#pageSurround {

width: 810px;

margin: 0px auto;

padding: 5px;

border: 2px solid #0000FF;

background-color: #000000;

background-image: url(../styleImages/backgrounds/topheader.GIF);

background-repeat: no-repeat;

background-position: centre;

}

#topHeader {

text-align: right;

height: 36px;

margin-bottom: 10px;

padding-right: 0px;

padding-top: 68px;

Link to comment
Share on other sites

I'm assuming you've renamed your own image topHeader.GIF. Try editing like this:

#pageSurround {

width: 700px;

height: 110px;

margin: 0px auto;

padding: 5px;

border: 2px solid #0000FF;

background-color: #000000;

background-image: url(../styleImages/backgrounds/topheader.GIF);

background-repeat: no-repeat;

background-position: centre;

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...