Word wrap in about us section

I’ve removed default widget in about us section because I need it as a new widget to be accessible for polylang plugin. I want it to look the same like in the demo but my text has small width, is not centered and title is too small. My site: www.primotec.pl

Hey there,

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

/*100% width widget*/
div#text-5 {
    width: 100%;
}

You’ll need to add the title text you can do this by adding text between the <h1> </h1> Tags

Best regards,
Support.