Header width

Ashley S

Paragon
Joined
Jun 7, 2010
Messages
2,074
Reaction score
34
FP$
501
Hello guys.
I've got a problem with my header, I added a small code in to the .logo CSS and it's not moving.

Heres the code
Code:
.logo {
height: 100px;
width: 1000px;
}

That was an example ignore the numbers, here's what the header on my theme looks like.
Preview: http://i.imgur.com/6sEaa.png

Thank you.
 
Are you trying to make it span the whole page? If so, try to add this.

Code:
.logo {
height: 100 px;
width: 100%;
position: absolute;
top: 120 px;
}

To move the logo down, use position code.

The above would be the code I would use for the whole header.
 
It's a code for logo, not for the header I think. I don't know about myBB, but it doesn't seem to be the header's width.
 
Zaborg said:
It's a code for logo, not for the header I think. I don't know about myBB, but it doesn't seem to be the header's width.

Well if it is not the header that is being adjusted, the width and height will not do anything. Moving the logo is all going to done with position code.
 
It's still not working Breezy, you got MSN, while I give you admin permissions 😉?

Thank you.
 
Ashley S said:
It's still not working Breezy, you got MSN, while I give you admin permissions 😉?

Thank you.

I do have MSN. It is on my profile. Go ahead and add me.

Go ahead and send me yours so that we can expedite this.
 
Back
Top Bottom