• Buttons on the twentyseventeen theme have a large amount of space above the button. I’d like to lessen the amount of space above to half of what it currently is. I’m not sure if this has to do with the line-height or padding.
    Thank you for any assistance in writing this code.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hello,

    Please try adding this CSS to “Customiser – Additional CSS” …

    .wp-block-button .wp-block-button__link {
    margin-top: 1em;
    }

    Oliver

Viewing 1 replies (of 1 total)
  • The topic ‘Decrease Button padding above’ is closed to new replies.