• Resolved nebergall

    (@nebergall)


    I have included my website so you can see how the footer left-justices.
    How do I get the image and text under it to center on all of my pages.
    Thanks,
    Erik

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Anthony Hortin

    (@ahortin)

    Hi Erik,

    Try adding this to either your child theme stylesheet or to the Additional CSS panel in the customizer.

    
    footer .widget-area {
        text-align: center;
    }
    

    If you want your copyright message centered as well, then simply centre your text using the Align Center button in the editor, in the Footer Layout section in the Customizer.

    Just as a sidenote, you didn’t need to start a new topic for this, you could’ve simply left a reply on the original topic that you created.

Viewing 1 replies (of 1 total)
  • The topic ‘footer widget not centering’ is closed to new replies.