Extending width of wrapper

Is there a way to make the content wrapper, or container, wider? I have a right side bar that is VERY close to my main text content and basically I just want to move the sidebar further right on the page so that the text content has more breathing room. I tried to edit it in the custom css but no luck.
Thanks!

Hi There,
Hope you are having a good day and thank you for your question :slight_smile:
In order to check your question i need to see your live website, please provide url and i will take a look

Thank you! It is is in the VERY early stages of development. There are several pages with the side bar I mention, but one of them is https://hptn091.wpengine.com/us/.

Thanks!

Hi there

Try this code please:

aside#secondary {
padding: 30px;
position: relative;
left: 20px;
}

Add it in appearance > customize > additional css

That worked, thank you!

Hi There,

I will close this case now, Feel free to contact us again if you have other questions

Thanks!