increase the padding to a text widget on the homepage

Hey guys,

could you please advise how to increase the padding to a text widget on the homepage?
When I add a text field to the homepage it places the text on the very edge with no margins/padding and it doesn’t look good.

Thanks!

Hi @woman,

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 -> Shapely Options -> Other


body.home #content .widget_text {
    padding: 50px;
}

Best Regards,
Movin