• I’ve tried a few different CSS codes I’ve found online, in a few different places, but I can’t get it to work. I just want to increase the space between paragraphs but can’t seem to figure out the right combination code and placement.

    Any help folks? Am I again missing something a bit obvious?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author satoristudio

    (@satoristudio)

    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; }

    Thread Starter kalagni

    (@kalagni)

    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.

    Theme Author satoristudio

    (@satoristudio)

    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!

    Thread Starter kalagni

    (@kalagni)

    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;

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Spacing Between Paragraphs’ is closed to new replies.