Hello @kalagni,
this is not something that can be adjusted from within the admin backend, but here’s a CSS snippet that can help:
p { margin-bottom: 20px !important; }
Thanks. That’s very similar to some of what I tried, but I still can’t get it to work. Does this just get put in the Edit CSS box from the customization page or does it have to go somewhere specific in the Editor? I flipped through the different sections in Editor and tried it in a few places, but none seemed to make a difference. Thanks.
It’s best to add custom CSS to the “Additional CSS” tab of the “Appearance – Customize” admin section – this way it won’t get removed when you switch or update the theme, for example. In case the above snippet doesn’t work, please paste the URL of your website with the added snippet, I’ll investigate!
Thanks. I tried that put wasn’t able to get it to work.
I did find another solution that changed the size of the break tag. This goes in the Addition CSS tab, in case anyone else has the same issue of not getting the method you shared to work.
br {
display: block;
margin: 10px 0;