• Resolved dunamisdesigns

    (@dunamisdesigns)


    I’m working on a new site at https://www.makeashift.org I’ve tried everything that I know possible to indent my footer text to the right so that it aligns with the left side of the body content, but to no avail.

    Below is my CSS for the footer. Any suggestions? Thanks.

    #footerWrap {

    padding: 0px 0px 0px;

    border-top: 5px solid #000000;

    color:#454545;

    font-size:12px;
    }

    #footer {

    padding:0px 0px;

    width:1000px;

    margin:0 auto;
    }

    #footer a {

    color:#999;
    }

    #footer h1 {

    font-weight: bold;

    color: #730000;

    font-size: 18px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    Change the line below in your CSS file (style.css line 702) to look like this:
    #footer {
    margin:0 auto;
    padding:0 0 0 225px;
    width:1000px;
    }

    Done!

    Thread Starter dunamisdesigns

    (@dunamisdesigns)

    stvwlf. Thanks for the quick reply and solution. My CSS skills are limited, so thank you. Problem resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Indenting or centering footer content’ is closed to new replies.