Hi!
I’m having trouble with the images of the “team members”, some appear small and other ones appear in a bigger size in an iPad, ¿any way to fix this? All of them are in the same size of pixels in the webpage.
The webpage is
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.page-id-30 .flex_column {
width: 47% !important;
}
.page-id-30 .av_one_half.first + .av_one_fourth, .page-id-30 .av_one_half.first + .av_one_fourth + .av_one_fourth, .page-id-30 .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .page-id-30 .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .page-id-30 .av_one_fourth.first + .av_one_fourth + .av_one_half {
margin-top: 50px;
}
}
Cheers!
Josue
Thanks a lot!
You are welcome, always glad to help :)
Regards,
Josue