HOwdy,
I wanted to know how to make the buttons on mobile view appear smaller. As you will see in the pic, they are way too big.
Many thanks in advance.
Hey Marty,
What page can I see those buttons on? I’m not finding it.
Best regards,
Jordan Shannon
ITS FINE ON A COMPUTER OR LAPTOP, BUT ON A PHONE IT LOOKS LIKE THE IMAGE I SENT. SEE LINKS BELOW. THANKS FOR YOUR QUICK RESPONSE.
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
.avia-button.avia-size-x-large{
padding:10px!important
}}
Best regards,
Jordan Shannon
WOW, THANK YOU SO MUCH FOR HELPING OUT. It worked. Is there a way now to align the buttons evenly ?
Hi,
Is it just for those top blue button or all button on the site that you need aligned?
Best regards,
Jordan Shannon
just the buttons on these 3 pages. thanks in advance as usual.
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
.avia-button-wrap {
width:100%!important;
}
.avia-button.avia-size-x-large{
width:100%!important;
}}
Best regards,
Jordan Shannon