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

    Hi!

    I’ve created custom sized buttons with this code:

    .avia-button.avia-size-large { 
    min-width: 146px;
    min-height: 65px;
    }

    When the text inside the buttons is on two lines, the text is centered. But when the text is on only one rule it isn’t.
    How can I fix this?

    Thanks in advance.

    #351629

    Hi mrijnders!

    Try this out.

    .avia-button.avia-size-large { display: table !important; padding: 20px !important; }
    

    Regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.