padding within posts
Permalink
Is there any way to add padding/width/a margin to the html within a post so that the words aren't hitting the edge of the box that they are in?
I've tried adding <body marginleft="3"> and a few variations on this, but when i click save and reopen the html the code I've inserted disappears.
I've tried adding <body marginleft="3"> and a few variations on this, but when i click save and reopen the html the code I've inserted disappears.
After adding the block to the page, try clicking on the block again-> select 'Design' -> 'Spacing' -> now edit those variables to your liking and hit 'Save'.
Hope that helps!
Hope that helps!
Thank you!!! I don't know why I didn't see that before, that's so much simpler!
You're welcome. Glad it helped.
If you do edit the theme's CSS and ever update the theme, the changes you make to the theme will get overridden, so it's not the optimum solution.
Something like:
or something to that effect. Replace "post_container" with whatever class or ID surrounds the content you want to pad. You may need to use margin instead of padding depending on the situation.