How to center text in widget?

Hello! How to center text in widget?

Hi @soldek,

Thank you for your question.

You can center the text in the widgets by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

.widget {
  text-align: center;
}

Best Regards,
Movin