Hi Anne,
Thanks for reaching out. This seems to be a padding issue with your buttons in your Crio Pro WordPress theme.
I’m not sure what caused it but I used this bit of custom CSS to add a bit padding. You can add this CSS snippet to the CSS/JS Editor section of the WordPress Customizer:
.btn:not(.btn-small):not(.btn-tiny) {
padding: 10px;
}
I hope this helps! Please let us know if there’s anything else that we can answer for you.