Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #241428

    Hi,
    Is there a way to make all the buttons the same size regardless of the text inside the buttons? We picked the large size button, but the size of it changes to the text we write rather than changing the font-size to the box. We tried to change the font size for some of the smaller words which worked, but it’s hard to get the boxes the same size. We also tried to get around it by putting in fake text, the same color as the button, but when you re-size the browser it will show up. Across Chrome, it looks fine, but it looks different on Firefox and IE.

    Is there any way to standardize the size of the buttons disregarding the amount of text?

    Thanks!

    #241452

    Hey!

    Try adding this code to the Quick CSS:

    .button{
    min-width: 120px !important
    }

    Change as needed.

    Cheers! 
    Josue

    #242148
    This reply has been marked as private.
    #242273

    Hi,

    Can you post the link to that Page please?

    Regards,
    Josue

    #242391
    This reply has been marked as private.
    #242397

    Hi!

    Try with this code instead:

    .avia-button {
        min-height: 80px !important;
    }
    

    Best regards,
    Josue

    #242398

    That worked! Thanks so much :)

    #242399

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Standardize size of buttons’ is closed to new replies.