Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #836394

    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?

    #836397

    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

    #836499

    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

    #845665

    Perfect! Thank you

    #845922

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Decrease button size on mobile view’ is closed to new replies.