Hello Kristinatang!
You can edit the padding on the Full Width template with the following CSS:
.postarea.full {
padding: 48px 4%;
}
The % amount dictates the spacing on the right and left of your content, so you can edit this as desired. Just keep in mind that you may need to target a specific page if you don’t want this to display on all the pages using this selector.
If you haven’t used CSS before you’ll want to navigate to Plugins > Add New (in your WordPress admin panel) and install a plugin like Jetpack or ‘Simple Custom CSS’. Jetpack will add an ‘Edit CSS’ option under your ‘Appearance’ tab, and ‘Simple Custom CSS’ will add a ‘Custom CSS’ option. Once you’ve chosen a plugin, installed and activated it, you can paste the CSS I provided to achieve the result you’re looking for.
Thanks!
Rebecca
Organic Themes Support