Center align widget in footer

Posted in: Newspaper
Post count: 7

Hi there, I have just added a new email capture widget to my site footer at: http://www.manbodyspirit.com/

Please can you advise how I can centre the widget so it aligns up with the other Footer content?

Many thanks

Adam

Post count: 22421

Hi,
you can add the form in a div element and give it a CSS positioning code like for example:
margin-left: auto;
margin-right: auto;
But there are multiple ways to center things with css:
https://medium.freecodecamp.org/how-to-center-things-with-style-in-css-dc87b7542689

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.