• So my footer is aligned on the left side of the screen while the other site content is on the center. I want the footer also to be centered!

    Screenshot:

Viewing 3 replies - 1 through 3 (of 3 total)
  • try to use margin: 0 auto; in the style of the footer div.
    or rearrange your html structure to enclose the footer div into the general wrapper.

    with a link to your site, you may get more help.
    screenshots, even if they are properly linked, are no use.

    Thread Starter jupstejuho

    (@jupstejuho)

    Many thanks for your first help! My site URL: https://hoikistu.fi. And sry about the screenshot, I didn’t know that WP forum doesn’t accept direct links to image files (.png).

    #footer is in .column.footer, and .column is floated left; this disturbs the alignment.
    to change this, add this style to style.css, for instance before the .footer style:

    .column.footer { float:none; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I center the entire footer?’ is closed to new replies.