Centering all text in sidebar widgets
-
Any idea what coding I need to do to centre all the text in my side bar widgets?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi Roisin
Add this custom CSS.
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
#front-sidebar-one { text-align: center; } -
-
- The topic ‘Centering all text in sidebar widgets’ is closed to new replies.