• Resolved lovemalice

    (@lovemalice)


    Hello! I’m wondering if there’s a way to adjust the default spacing/padding for headings. I’d like a 20px space before and after each heading (and images too, for that matter) and I’d love to not have to manually do this each time. I’m not having any luck finding an answer through searches. Is there a place to access these settings?

    Thank you!!

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Pradnya

    (@pradnyajegstudio)

    Hi @lovemalice

    Do you mean this spacing, between the title and the subtitle?

    If that’s you mean. You can put this CSS code in Appearance > Customizer > Additional CSS.

    .guten-advanced-heading .heading-subtitle {
    margin-top: 20px;
    }
    • This reply was modified 1 year, 11 months ago by Pradnya.
    Thread Starter lovemalice

    (@lovemalice)

    No, I want to increase the default spacing of just the normal gutenverse headings above and below. What would be the CSS for that? Would it be this?

    .guten-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    }

    Thank you so much!!

    Pradnya

    (@pradnyajegstudio)

    Please try to use this CSS

    .wp-block-gutenverse-heading.guten-element {
    margin-top: 20px;
    margin-bottom: 20px;
    }

    Thread Starter lovemalice

    (@lovemalice)

    Yes, this worked perfectly! Thank you so much!!

    Plugin Author Yoga

    (@yogajegstudio)

    Hi @lovemalice

    Glad to hear it worked.
    If you have some time to spare, could you leave us a review and feedback about your experience using our plugin?
    It will help us grow and motivate us to bring more exciting feature in the future.

    Thank you. ??

    Thread Starter lovemalice

    (@lovemalice)

    Sure, I’d be happy to! Where should I leave a review?

    Plugin Author Yoga

    (@yogajegstudio)

    Hi @lovemalice

    You could leave a review for this plugin here.

    Thread Starter lovemalice

    (@lovemalice)

    Done! Thanks again!!

    Thread Starter lovemalice

    (@lovemalice)

    Hello again, sorry to reopen this but I went to post today and the spacing on headers is no longer working. Is there something I need to adjust? Thank you!

    Plugin Author Yoga

    (@yogajegstudio)

    Hi @lovemalice

    It’s heading inside the post content, correct?
    Try using this code

    .guten-post-content .wp-block-gutenverse-heading.guten-element, .wp-block-gutenverse-heading.guten-element {
        margin-top: 20px;
        margin-bottom: 20px;
    }
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Set default padding on Headings’ is closed to new replies.