Hi,
I’ve noticed when I use the Button Row element, the transparent buttons are taller than the solid ones. How can I make the solid button the same height? Here’s an example page – the buttons in the Extending Compassion section: http://friendsoftheorlandova.org/about/
Thanks!
Hey Taryn,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-button.avia-color-theme-color {
border: 3px solid #d39107;
}
Best regards,
Rikard
That works – thank you!