How to center text and images for widgets on Sela theme
-
Hello, I would like to center justify the social media icons, images and text in the widgets throughout my site. How do I do this? Is this a CSS issue or I am missing something on the widget customizer?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Please use this code in your Custom CSS tab to implement it:
.widget, .widget ul, .textwidget td, .textwidget img { text-align: center !important; }
- The topic ‘How to center text and images for widgets on Sela theme’ is closed to new replies.