Comments ollygaspar started the conversationNovember 26, 2018 at 3:58amHi, I'm trying to find out how to increase the line spacing between paragraphs and images. Specifically, I want to add more space or padding around blog post images within the body. What is the best way to do this without having to add spacing in HTLM each time? Thank you in advance. 2,700PenciDesign repliedNovember 26, 2018 at 4:04amHi,You can add more this code to Customize > Custom CSS to do that: .post-entry img.alignnone, .post-entry img.alignright,.post-entry img.alignleft, .post-entry img.aligncenter, .post-entry .wp-caption.alignnone, .post-entry .wp-caption.alignright, .post-entry .wp-caption.alignleft, .post-entry .wp-caption.aligncenter{ margin-bottom: 40px; margin-top: 40px; } Change 2 values 40 to values as you want.Best Regards,PenciDesignollygaspar repliedNovember 26, 2018 at 5:48amHi, I have tried to add the Custom CSS code that you provided, however it did not change anything on my posts. I am using Single Posts style 2 2,700PenciDesign repliedNovember 26, 2018 at 10:40amHi,Do you mean you want to change the space between images inside posts content or space between featured image of single post style 2?Can you send me a screenshot about where do you want to change the space?Best Regards,PenciDesign ollygaspar replied privately 2,700PenciDesign repliedNovember 26, 2018 at 1:34pmHi,Strange, if so the code I sent me should work. Can you send me the url of the screenshot to I can take it a look? ( please make sure your site is live )Best Regards,PenciDesign ollygaspar replied privately 2,700PenciDesign repliedNovember 26, 2018 at 1:44pmHi,Ahh, ok, please try replace the code I sent to this code: .post-entry .wp-block-image, .post-entry img.alignnone, .post-entry img.alignright,.post-entry img.alignleft, .post-entry img.aligncenter, .post-entry .wp-caption.alignnone, .post-entry .wp-caption.alignright, .post-entry .wp-caption.alignleft, .post-entry .wp-caption.aligncenter{ margin-bottom: 40px; margin-top: 40px; } Best Regards,PenciDesign1 Likeollygaspar repliedNovember 26, 2018 at 1:48pmThank you so much - this worked perfectly. Sign in to reply ...
Hi,
I'm trying to find out how to increase the line spacing between paragraphs and images.
Specifically, I want to add more space or padding around blog post images within the body.
What is the best way to do this without having to add spacing in HTLM each time?
Thank you in advance.
Hi,
You can add more this code to Customize > Custom CSS to do that:
Change 2 values 40 to values as you want.
Best Regards,
PenciDesign
Hi,
I have tried to add the Custom CSS code that you provided, however it did not change anything on my posts.
I am using Single Posts style 2
Hi,
Do you mean you want to change the space between images inside posts content or space between featured image of single post style 2?
Can you send me a screenshot about where do you want to change the space?
Best Regards,
PenciDesign
Hi,
Strange, if so the code I sent me should work. Can you send me the url of the screenshot to I can take it a look? ( please make sure your site is live )
Best Regards,
PenciDesign
Hi,
Ahh, ok, please try replace the code I sent to this code:
Best Regards,
PenciDesign
Thank you so much - this worked perfectly.