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

    Hi,

    I was looking in the forum but I couldn’t find the solution for the problem. I’m working with full width buttons on Enfold and when entering the website with iPad the text is too big for the button.

    Is there a way to avoid this problem? In the rest of the devices is OK, only on iPad is the problem.

    You will find in the private content a link for the problem.

    Thanks in advance! All the best,
    Esteban

    #709014

    Hey tebane,

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

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #top .avia-button-fullwidth {
        font-size: 1.2em !important;
    }
    }

    Best regards,
    Rikard

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