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

    I have this issue with this page https://hcrc.ca/our-team/ while it looks amazing on the desktop, the images are not showing on mobile devices.

    Is there a way to fix this? I would really like the pictures to be visible on mobile devices as well.

    Thank you in advance

    #1321516

    Hi IntactMarketing,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      #top.page-id-133 .flex_column_table.av-equal-height-column-flextable {
        display: flex;
        flex-direction: column;
      }
    
      #top.page-id-133 .flex_column_table.av-equal-height-column-flextable .av_one_third {
        height: 500px;
        order: 1;
      }
    
      #top.page-id-133 .flex_column_table.av-equal-height-column-flextable .av_two_third {
        order: 2;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1321697

    Ok, this did not help. Still, the images from Our team page are not showing up on mobile devices. How can we get these pictures shown on mobile devices too???

    #1321702

    Hi IntactMarketing,

    I have checked it and the code isn’t being fetched.
    Can you try to clear the cache in Autoptimize? if it’s still not showing, please temporarily disable the said plugin and see if it helps.

    Best regards,
    Nikko

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