Hi I am having trouble decreasing the button size for mobile only. The buttons I am referring to are on my homepage and titled “Request a Quote” and “Register for a Course”. Any ideas?
For clarification, the buttons stack when viewed via mobile, which is good, but you can only see half the button. I was looking for a way that maybe shrinks the buttons to fit the mobile screen, while leaving them the same on desktop. Thanks
Hi,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.avia-button.avia-size-large {
min-width: 0px!important;
}
}
Best regards,
Jordan Shannon
Perfect! Thank you
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon