Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #86357
    Anne Chesky
    Guest

    All the buttons on my site ashevillehistory.org are showing up strangely and I can’t change them using the editor.

    #86384
    Brandon C
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Issue with buttons in my Crio WordPress Theme’ is closed to new replies.