Hi @temperancerose,
Could you show me your site URL, please?
Hi there,
My site url is https://sweeterlittlehome.com
I’d like the extra padding when you click to view a single blog post, such as this one https://sweeterlittlehome.com/turn-a-drawer-into-shelving/
Thank you!
Hi @temperancerose,
Please try to add this to Customize => Additional CSS:
.single-post .entry-content { padding-left: 20px; padding-right: 20px; }
Let us know!
Hi there,
Thank you so much – that worked! Is there a way I can also add the padding to the featured image? The above code works great to add padding to the entry content but I’d love to be able to make the featured image have padding as well so the width is standard for the whole blog post 🙂
Thank you once again for all of your help.
Temperance.
@temperancerose: Sorry for late.
Please try to add:
.single-post .entry-thumbnail { padding-left: 20px; padding-right: 20px; }
Let us know!