Add padding after images/videos in blog posts

Home Forums Gillion Theme Add padding after images/videos in blog posts

Home Forums Gillion Theme Add padding after images/videos in blog posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • shootthepianoplayer
    Participant

    Is there a way (CSS or otherwise) to set a padding type affect on blog posts?

    I’d like this to be between paragraphs and especially after images/videos. Just a little more padding than is allowed by the theme as standard.

    Rather than go through and edit 100s of posts, I’d like to find a quick way to do this on all blog posts.

    Thanks!

    Hi @shootthepianoplayer,

     

    I hope you are well today and thank you for your question.

     

    Could you please share an example of the page URL from your site where you want to do it so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .blog-single .post-content p {
        margin: 25px 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)