• Hello…

    Look at the very bottom of the frontpage of my site. The gray bar is pushed to the right where it is no longer on the main body. Where in CSS can I line it up so that it is centered? Is there a code I need to put in? If so, could you please let me know what the code would be and where to place it?

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try reducing padding or width in

    #footer {
        background: url("images/footer-column.png") no-repeat scroll 0 0 transparent;
        clear: both;
        height: 41px;
        margin-bottom: 5px;
        margin-left: 7px;
        padding: 10px 30px 0 15px;
        width: 923px;
    }

    Thread Starter havingfun

    (@havingfun)

    Krishna…it looks like I needed to adjust the left margin. Thank you so much for your guidance!

    Glad to note that you could solve the problem.

    Thread Starter havingfun

    (@havingfun)

    Krishna…I just noticed that I am having the same problem I had with the footer on my frontpage, with all the other pages throughout my site. The bottom gray bar on the footer is not alligned with the main body. Would you be able to tell me which file in CSS I would be able to adjust the margin? I adjusted the margin to the footer on my frontpage with your help the other night assuming it would adjust all pages at the same time. Unfortunately, it only fixed the frontpage but not ALL pages.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try posting specific CSS issues on forums that provide specific CSS support.

    <center> Footer here </center

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Footer is not centered???’ is closed to new replies.