Tagged: mobile error
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;
}
Hey justmind,
Thanks for the link, is the issue that the images are overlapping the element below it?
Best regards,
Rikard
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;