Button Text not centered

Hey there,

On the global buttons, the text is not aligned - it seems higher than the custom buttons that use Cornerstone. The transparent button here is just set in the theme options: https://prnt.sc/q8hbnf

Anything that can fix that? Minor thing, but I have had multiple web clients point that out on different sites.

Hi @tkcostello,

Those are GRAVITY form buttons. To control those spacing, please add the following CSS on page > CONTENT CSS:

input#gform_submit_button_1 {
    padding: 14px 17px; /*Adjust this values accordingly*/
}

Hope this helps.

Yes, awesome. Thank you so much.

You’re always welcome @tkcostello!

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.