Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #802834

    So, I am having this issue again despite the code that was previously added. Resize the following page to mobile and you will see what I mean… https://justmind.org/about-us-2/

    @media only screen and (max-width: 480px) {
    .avia-caption.av-slideshow-caption { display: none !important; }}

    @media only screen and (max-width:767px) {
    img.avia_image.avia_image_team {
    width: 100%;
    }
    }

    .team-img-container img {
    max-width:240px !important;
    }

    #802985

    Hey justmind,

    Thanks for the link, is the issue that the images are overlapping the element below it?

    Best regards,
    Rikard

    #803047

    The goal is for the images to be evenly sized with the clickable area beneath them for the social action. Before the last update, this piece of CSS had fixed that.

    .team-img-container img {
    max-width:240px !important;

    #803268

    Hi,

    Ok, thanks for the feedback. Please try the following CSS as well:

    div.team-social {
        max-width: 240px !important;
        margin: 0 auto;
    }

    Best regards,
    Rikard

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