Home › Forums › WordPress Themes – Premium › Circumference › Center Widget Titles
I’m looking for a way to center widget titles in the Content Bottom area (or anywhere for that matter). I can’t seem to find where the CSS is defining the widget titles.
Hi Ellen,
You can paste this code into your child theme or custom css
.widget.align_center { text-align: center; }
and install widget css class plugin and add the class align_center to the widget.
Thanks.
Ah ha! Why didn’t I think of that? Thanks for all the great help as always!