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

    Hi there, looking for some css to resolve an issue with image size of team members when on “Tablet portrait”
    They display fine on Desktop and mobile, just become oversized in Tablet Portrait.
    I have attached a screenshot
    Thanks in Advance

    #1065799

    Hey ticketyboosolutions,

    This code is causing that:

    .team-img-container img {
        width: 50%!important;
    }

    I’m not sure where it’s coming from though since you have file compression active. Try to use this instead:

    .team-img-container img {
        width: 20%!important;
    }

    Best regards,
    Rikard

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