How can I adjust text spacing and paragraph size in Venture theme blog posts?

Hello,

when I make a blog post on the theme venture the text is too close to the image or the image has to be in p for the text to be spaced but this is not correct

Also how to increase the size of paragraphs?

Hello There,

Please share your page store URL and Screenshot.
So that I will check and let you know the exact solution here.

@ZestardTech https://ng9hsqojteuzngmm-63061000428.shopifypreview.com/blogs/biking/articles?preview_key=b3b91dc2029ffc233c17135ea37cf17c the blog is not beautiful to see the text is on the whole page and too small

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.rte p {
margin: 20px 0px 20px!important;
}

@ZestardTech there is no difference