Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1423754

    Hello,
    the thumbs of some avia-gallerys are not displayed continuously on mobile devices (see screenshot).
    Please support, thank you!

    Best Regards,
    Soltner

    #1423855

    Hey soltner,

    Thank you for the inquiry.

    We can’t reproduce the issue on our end. What is the actual model of the device where the screenshot was taken? If the issue persists, please try adding this css code.

    @media only screen and (max-width: 489px) {
    
      /* Add your Mobile Styles here */
      .avia-chrome .avia-gallery-thumb {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
      }
    
      #top #wrap_all .avia-gallery .avia-gallery-thumb a {
        display: block;
        float: none;
      }
    }

    Best regards,
    Ismael

    #1423928

    Hi Ismael,
    Thank you very much for the quick feedback.

    I noticed the error on my iphone 11 (Chrome), but you can also reproduce it in Firefox with the mode “Tools > Test screen sizes”.
    Unfortunately your fix doesn’t work, the photos are displayed one below the other. two more screenshots with and without the CSS fix in private content.

    Thanks!
    Best regards
    Soltner

    #1424024

    Hi,
    Thank you for the link to your site but it seems down right now, please check.

    Best regards,
    Mike

    #1424045

    Hi Mike,

    Strange, just checked, the page is running…. Please try again, thank you!

    Best Regards,
    Soltner

    #1424047

    Hi,
    Are you blocking certain countries? Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    #1424088
    This reply has been marked as private.
    #1424099

    Hi,

    Thank you for the update.

    There might be a missing curly brace somewhere in your style.css file because the previous modification we provided is also being applied to the desktop view. Please remove the previous css code and replace it with the following.

    .avia-gallery-thumb {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
    }

    To make sure that there are no invalid css rules, please use this tool.

    // https://www.cssportal.com/css-validator/

    Best regards,
    Ismael

    #1424114

    Hi Ismael!

    Thanks for the quick feedback, now everything works as desired :-)
    many thanks and compliments for your valuable support!

    Best regards,
    Soltner

    #1424147

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1424150

    Hi Rikard,

    Thanks, you can close the topic!

    Best regards,
    Soltner

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘avia gallery thumbs are not displayed correctly on mobile devices’ is closed to new replies.