Hi,
I created a color section with 9 buttons and added the following class so it can stay inline instead of stacking on top of each other.
.avia-button-center {
display:inline !important;
padding: 0 5px;
}
It works great but the buttons are left aligned instead of centered. How can I centered the buttons in the color section?