• Hello, how do I adjust the spacing between paragraphs and in between menu items? There is too much space.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Tamie, thank you for reaching out!

    If possible, can you please share a link to where this text/menu is showing so we can see your current setup?

    Then we can provide specific instructions on how to get it looking the way you want.

    Thanks,
    Kevin

    Thread Starter Tamie

    (@tamierp)

    Sorry, I thought it was just going to be a css tweak, didn’t think you would need it for this. Here is the URL. https://www.thaumaturgicra.org/

    • This reply was modified 2 years, 6 months ago by Tamie.

    It’s always best to share a link to the site that you’re working in with every support request. In most cases it’s very useful for us to see. Thanks!

    1. Can you please specify which text you’re referring to? If it’s a text block, you can adjust the line height in the block settings. You can adjust your paragraph text line heigh in Customizer> General> Typography, and click on the base font. Here’s a quick video:
    https://share.getcloudapp.com/4gurYXPq

    2. You can adjust this spacing within the customizer. Here’s a video showing the setting:
    https://share.getcloudapp.com/nOuXgLDY

    Best,
    Kevin

    Thread Starter Tamie

    (@tamierp)

    Thank you for this.
    What I mean by “paragraph” is when I hit “return” there is a new block created, so the paragraph is in a new block. Which is problematic because this makes a large gap between each paragraph.

    • This reply was modified 2 years, 6 months ago by Tamie.
    hannah

    (@hannahritner)

    Hi Tamie,
    That is a WordPress thing. It’s not something Kadence controls, sorry!

    Kindly,
    Hannah

    ralphw

    (@ralphw)

    Hi, Tamie…

    Loving the Kadence, but the paragraph spacing was making me nuts, too!
    Googling found this “Additional CSS” tweak, (in the Customizer) and it works like a charm! (Cut and pasted from another thread in the WP Forum, for another theme.)
    ———————————

    You can adjust the space between the paragraphs just by applying this small CSS code. Head to WP admin -> Appearance -> Customize. Here just look at the menu on the left side and find the Additional CSS section, access it, and paste this code inside and save changes.

    .single-content p {
    margin: 0 0 20px !important;
    }

    You can adjust the value of 20px to any other value you want to assing to the bottom margin of your paragraphs.
    ————————-

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adjusting Spacing between Paragrphs’ is closed to new replies.