Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1192542

    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.

    #1192615

    Hey Marty,

    What page can I see those buttons on? I’m not finding it.

    Best regards,
    Jordan Shannon

    #1192617

    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.

    #1192660

    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

    #1192842

    WOW, THANK YOU SO MUCH FOR HELPING OUT. It worked. Is there a way now to align the buttons evenly ?

    #1192973

    Hi,

    Is it just for those top blue button or all button on the site that you need aligned?

    Best regards,
    Jordan Shannon

    #1193090

    just the buttons on these 3 pages. thanks in advance as usual.

    #1193505

    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

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