Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #388615

    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!!

    • This topic was modified 9 years, 4 months ago by clcintx.
    #389120

    Hi clcintx!

    try this code instead:

    .avia-button.avia-size-small {
    min-width: 240px;
    }
    

    Best regards,
    Andy

    #389754

    thanks!! works great!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom Button Width?’ is closed to new replies.