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.
Hi mrijnders!
Try this out.
.avia-button.avia-size-large { display: table !important; padding: 20px !important; }
Regards,
Elliott