Viewing 5 replies - 1 through 5 (of 5 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

    Thread Starter looieman

    (@looieman)

    Sorry, I did include a link but it somehow got deleted before I clicked submit.

    http://tropicallandscapersnursery.com/

    Edit sty;le.css and change:

    #title.aligncenter {
        margin: 20px auto 0;
        text-align: center;
    }
    #footer {
        background: url("images/line.png") repeat-x center top;
        clear: both;
        float: left;
        font-size: 11px;
        line-height: 13px;
        margin: 10px 2% 0;
        padding: 20px 0;
        position: relative;
        text-align: center;
        width: 96%;
    }

    to:

    #title.aligncenter {
        margin: 0 auto;
        text-align: center;
    }#footer {
        background: url("images/line.png") repeat-x center top;
        clear: both;
        float: left;
        font-size: 11px;
        line-height: 13px;
        margin: 10px 2% 0;
        padding: 20px 0 0;
        position: relative;
        text-align: center;
        width: 96%;
    }
    Thread Starter looieman

    (@looieman)

    Ok, I was able to remove the top border. How should I remove the bottom one?

    http://tropicallandscapersnursery.com/contact-us/

    Thread Starter looieman

    (@looieman)

    I got it resolved, thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Header Margin’ is closed to new replies.