Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #311642
    heinelg
    Participant

    Site: https://hbccc.org/wp/

    On the home page only, the footer (Widget Footer Area 1, 2, and 3) is left aligned. It is centered on all of the other pages. Why is the Home page different?

    Thanks!

    #311646
    tikaram
    Keymaster

    @heinelg : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css. If you have a child theme you may add in the child theme style.css as well.

    .site-footer {
      width: 1200px;
      margin: 0 auto;
    }

    Regards,
    Tikaram

    #311657
    Sakin
    Keymaster

    @heinelg: The main problem in your homepage is that you have an extra closing </div> after Column Block and Before Separator block. See this screenshot and I hope you understand what I mean.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer is align left on only one page’ is closed to new replies.