Home › Forums › WordPress Themes – Premium › Circumference › Center Widget Titles › Reply To: Center Widget Titles
June 1, 2015 at 7:35 am
#21351
Participant
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.