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

    Hi,

    Now I need help changing the line height of the buttons to show correctly on the tablet. I used this code on quick CSS:

    .avia-button-wrap .avia_iconbox_title {
    font-size: 20px;
    line-height: 30px;
    }

    It shows up correctly on a desktop, but there’s no change in line-height on a tablet.

    Thanks,
    Jonny

    #229406

    Hi jrgrigg!

    Can you please give us a link to the website with the button? You can use em instead of px. Try this:

    .avia-button-wrap .avia_iconbox_title {
    font-size: 20px;
    line-height: 1.5em;
    }

    Best regards,
    Ismael

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