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

    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

    • This topic was modified 5 years, 10 months ago by Yigit.
    #273511

    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

    #273729

    Thanks a lot!

    #273734

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problem with images size in iPad’ is closed to new replies.