• Resolved larissa67

    (@larissa67)


    I have the below code added to my custom .css

    /* Adjust certain spaces after paragraphs */
    .ste-no-margin{
    --global-md-spacing: 0.5rem;
    }

    It does seem to be working anymore and the big gaps between paragraphs are back. I wish there was somewhere you could set padding side wide for each element. It’s something that is vastly lacking.

    I literally have to go down each post and change the margins/padding after every paragraph, column, image, heading etc

    Could anybody help me with what has changed please.

    • This topic was modified 1 week, 6 days ago by larissa67.
    • This topic was modified 1 week, 6 days ago by larissa67.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter larissa67

    (@larissa67)

    Can somebody tell me if this is a wordpress problem or a kadence problem as I can’t be the only person bothered by the massive gaps.

    Hi @larissa67,

    I’m glad you reached out. I’ll be happy to help!

    To override the default theme spacing, you can use the following custom CSS to your Customizer Additional CSS area:

    :root {
    --global-md-spacing: 0.5rem;
    }

    Give that a try and let us know if that works for you.

    Thanks!
    Anthony

    Thread Starter larissa67

    (@larissa67)

    Thank you! This worked perfectly.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.