Home Forums WordPress Themes – Premium Circumference Center Widget Titles Reply To: Center Widget Titles

#21351
Shekhar Bhandari
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.