I'd like to center the footer widget areas. Is there a CSS for this? Right now it is left justified. Thanks
Hello,
If you are using a custom HTML widget, you can use inline CSS to align it.
But with the text widget, you will have to write a custom CSS code and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
What would be the CSS to center the text widget content + widget title.
Thanks
Please, use the following CSS code:
#Footer .widget_text{ text-align: center!important; }
Awesome thank you
Comments
Hello,
If you are using a custom HTML widget, you can use inline CSS to align it.
But with the text widget, you will have to write a custom CSS code and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
What would be the CSS to center the text widget content + widget title.
Thanks
Please, use the following CSS code:
Thanks
Awesome thank you