• 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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s coming from the empty H1 and </p></p> tags in your header block:

    <div id="headertitle">
    <h1><a href="https://revolutionmediamarketing.com" title=": "></a></h1>
    <p></p>
    </div>
    Thread Starter vbpartners

    (@vbpartners)

    Hi,

    I fixed it as per your example but it’s still showing the white on both sides.

    Any other suggestions?

    thanks for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Padding issue on side of header graphic’ is closed to new replies.