Forums
Forums / Fixing WordPress / Center sidebar content
(@elilyjayy)
5 years, 11 months ago
Is there a way to align all my sidebar content to the center of the sidebar?
(@lcf)
you can add Custom CSS.
For example, elilyjay.com, add this custom css:
#secondary.widget-area { text-align: center; }
refer: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/
Thanks, this worked!
Is there any chance I could center images and other widgets too as well as text?
you can apply CSS to images and other widgets Text widget with visual editor can easily center contents
The topic ‘Center sidebar content’ is closed to new replies.