Recent Posts and Category Widgets

Hi,
I would like to make the text inside the Category and Recent Posts widgets to be centered. The title is, but the text inside the widget is aligned left. What could you recommend me? https://upbeatimpulse.com/

Thanks,

Sonja

Hi Sonja,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

#secondary .widget {
    text-align: center;
}

Best Regards,
Movin

Thank you very much! You helped me a lot.

Sonja

You are always welcome here :slight_smile: