I set a custom button width id to my buttons and I can’t get it to work? Here is the page http://clstudio.com/mag/services/
and the css
.custom-button-width120 {min-width: 120px; width: 120px; max-width: 120px;}
Thanks!!
Hi clcintx!
try this code instead:
.avia-button.avia-size-small {
min-width: 240px;
}
Best regards,
Andy
thanks!! works great!