Adjust how to set and adjust left and right margins in widget 'text'

Hello,
I am working on a text block or paragraph in my shapely website. Therefore I use the widget ‘text’.
The problem in that widget is that the text is aligned across the full page, without margins.
And I would like to have a margin on de left, as well on the right side of the screen.
Is there a solution available or mperhaps another widget to accomplish this?
Thank you in advance

Hello there,

I hope you are doing well today.

We could try out some CSS to add some margin.
Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Yes, thank you for your quick reply.
The link is: http://www.rhaw.eu
It concerns the second widget
Kind regards,
Ricardo

Yes, thank you for your quick reply.
The link is: http://www.rhaw.eu
It concerns the second widget
Kind regards,
Ricardo

hey there

Please add this CSS in appearance - customize - additional CSS

.home #text-3 {
    width: 1170px;
    margin: 0 auto;
}

Thanks!
Colorlib Support Team

Great!
Thank you, it works!!
Kind regards, Ricardo

Hi, there

Ok I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!