Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #178827

    screenshot

    I figured out that the width of the button is affected by the text/icon of the button. when 2 buttons are sitting on top of each other and have different text/icons, they are different sizes. Stack 5 or 6 and you get a bunch of different sized buttons. What if i wanted uniformity?

    There is a size option, small, medium, large, but these are not fixed sizes. I realize i can target individual objects vis CSS, but is there a way to simply choose “large” and have 2 large buttons on top of each other and be the same width?

    Thanks,

    Scott

    #178994

    Hi homemadebyx!

    You can add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-button.avia-size-large { min-width: 127px; }

    This is default value, you can adjust it depending on your text on your buttons

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Width of Buttons’ is closed to new replies.