Site logo

Archived topic

Button spacing/padding

3 replies · Started by Michael on March 22, 2022

Viewing posts 1–4 of 4

Spacing around the CTA buttons needs some help and I'm stumped! So sorry for such a basic question!
Issue: space after the button needs to be the same height as the space before the button. In padding, I suppose this is Top and Bottom, right? can't find where to adjust the bottom padding for buttons.

View our home page here.

Again - thank you.

Mike

Hi there,

try adding this CSS:

.wp-block-buttons {
    margin-bottom: 1.5em;
}

Thanks again, David!!

You're welcome

This archived topic is closed to new replies.