Padding issue on side of header graphic
-
I’ve uploaded a header graphic but there’s some type of header padding that is still keeping the sides white and not the background orange we want.
URL – https://revolutionmediamarketing.com
Can you tell me what it is that I need to change?
Coding from my style.ccs
#header {
font-size: 32px;
font-weight: bold;
text-decoration:none;
font-family: Verdana;
margin: 0px auto;
height: 200px;
width: 1000px;
padding: 0;
background:transparent url(“images/logo.png”) no-repeat;
}.header-title {
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
color:#f8a93d;
font-size:26px;
font-weight:bold;
padding: 0px 0 0px;
text-align:left;
}
.header-title a{
color:#f8a93d;
text-decoration:none;
border-bottom:none;
}
.header-title a:hover{
color:#f8a93d;
text-decoration:none;
border-bottom:none;
}
.header-description {
font-size: 11px;
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
font-weight: normal;
color:#f8a93d;
padding: 1px 0 0 270px;
text-align:left;
}thanks!
- The topic ‘Padding issue on side of header graphic’ is closed to new replies.