Quick Header Question. Need Help!
-
OK, I think this should be an easy fix.
Here is my site. https://www.pyrodes.com.
I am just trying to get the header image/bar to be the exact same with as the nav bar and content sections. I change the width in the CSS, but nothing changes at all. What am I missing? here is the code:
/* Top Bar */
#bar {
background-imag: url(‘https://www.pyrodes.com/wp-content/uploads/2010/02/header.jpg’);
background-repeat:no-repeat;
padding-top: 3px;
padding-bottom: 2px;
padding-right: 1%;
padding-left: 1%;
}
#bar .barhead{
background-image: url(‘https://www.pyrodes.com/wp-content/uploads/2010/02/header1.jpg’);
background-repeat:no-repeat;
width: 1000px;
margin: auto;
position: relative;Thank you!
- The topic ‘Quick Header Question. Need Help!’ is closed to new replies.