HELP!! My text on my frontpage suddenly switches from center to left?!

I don’t have done any changes but my text on my frontpage is now alignment to the left. (I work with widgets)
First my website works well with the text in the center.

I don’t know what I’ve done or how to change?

Please help because on my iPhone you can’t see all text now.

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Hello,

Here is my link to my website http://www.chantalduchateau.com

I hope you can help me!
Thanks

Hello there,

You can use the following CSS code to align the items to the center by going to Appearance > Customize > Additional CSS and pasting it there.


/*Align to center*/
h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

p {
    text-align: center;
}

Best Regards,
Support

Hi thank you very much! It’s almost the same like it was.

Only the footer widget was align to the left and also my contact form.
The title of the contact form it was in the center.
Can you put that back in it original?

Hello there,

The contact form appears to be centered.

Could you please go to Dashboard > Update and ensure that you install any pending updates there. The theme may need an update or WordPress.

Best Regards,
Support

Thank you very much!

It all works fine now and I’ve updated everything.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support