Hello.
I would like to make buttons in a buttonrow with a fixed height and width. They should also not change shape when clicked.
Is this possible and how?
Thank you,
Niek
Hey NiekVuurboom,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Hi,
Thanks for that. Please try this in Quick CSS:
.avia-buttonrow-wrap .avia-button {
width: 150px;
height: 40px;
}
Best regards,
Rikard
Thank you.
But is it also possible to make the button not change when clicking?
Regards,
Niek
Hi Niek,
Try adding this CSS code:
#top .avia-button:active {
border-top-width: 5px !important;
}
Best regards,
Nikko