Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1358461

    Hi team!

    i have small problem with expandable slider on my main page.
    On desktop looks absolutely fine but on mobile is not showing well

    #1358477

    Hey sondijkatarzyna,

    Could you post a screenshot highlighting the problem please?

    Best regards,
    Rikard

    #1358651

    hi, sorry for late reply
    Here some screens from mobiles
    in one position text is truncated, and picture is streched

    in other, the pic is streched

    #1358694

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General

    Styling:

    @media only screen and (max-width: 767px) {
    .avia-accordion.av-l3mwl1z9-c783010ebe860be259075b4aaf7377ac {
        height: 200px;
    }
    }

    Best regards,
    Rikard

    #1358754

    thanks Rikard.
    Works ok.
    Pic is in right aspect, just need to cut the txt line a bit
    Thanks, i think its all in this topic :)

    #1358792

    Hi,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    .aviaccordion-title {
        font-size: 10px;
    }
    }

    Best regards,
    Rikard

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