Center content for text widget on WordPress theme

Hello
How can I center content of text wigdet area ?

Thank you

Wrap your text like this

<p style="text-align: center;">Your text goes here</p>

Let me know if this helps.

It works. Thank you.

May I ask you how to center an image in widget area?

Wrapping my above mentioned code around your image code should work as well. If not, please let me know your website URL and make sure that image is added in your widget and I will help you from there.

Thank you. Works prefecly