Reply To: how to align footer widget – custom menu

Home Forums Support how to align footer widget – custom menu Reply To: how to align footer widget – custom menu

Home Forums Support how to align footer widget – custom menu Reply To: how to align footer widget – custom menu

#49727
Tom
Lead Developer
Lead Developer

You could add some CSS like this:

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

You can do this with either “left”, “center” or right”, and simply change footer-widget-2 to whichever footer widget you want to target.