I'm doing a wordpress site, and I've done SO much and I have one problem.
The header's image. It's in the CSS that's the problem.
Here's the header code in the CSS:
Here's the site:
http://try.mjstew.net
I want the top image (mjstew.net photographer, video editor, etc etc) in the middle, not the right.
Help? 😱
The header's image. It's in the CSS that's the problem.
Here's the header code in the CSS:
Code:
}
#header {
top: 20px;
right: 50px;
width: 600px;
height: 100px;
z-index: 1000;
text-align: center;
position: absolute;
background: url("images/badge.png") no-repeat center;
}
Here's the site:
http://try.mjstew.net
I want the top image (mjstew.net photographer, video editor, etc etc) in the middle, not the right.
Help? 😱