Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1302573

    We are using a Fullwidth Easy Slider on mobile and the buttons are HUGE. As they are on all pages of the site on mobile…

    How can we change these along with all mobile buttons throughout the site without affecting the size of the desktop buttons?

    Examples given…

    #1302920

    Hey whdsolutions,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .avia-button.avia-size-x-large {
        padding: 15px 30px 16px !important;
    }
    }

    Best regards,
    Rikard

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