Tagged: Avia Gallery, Thumbs
-
AuthorPosts
-
October 26, 2023 at 9:52 am #1423754
Hello,
the thumbs of some avia-gallerys are not displayed continuously on mobile devices (see screenshot).
Please support, thank you!Best Regards,
SoltnerOctober 27, 2023 at 2:27 am #1423855Hey 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,
IsmaelOctober 27, 2023 at 6:18 pm #1423928Hi 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
SoltnerOctober 29, 2023 at 4:09 pm #1424024Hi,
Thank you for the link to your site but it seems down right now, please check.Best regards,
MikeOctober 29, 2023 at 6:32 pm #1424045Hi Mike,
Strange, just checked, the page is running…. Please try again, thank you!
Best Regards,
SoltnerOctober 29, 2023 at 7:06 pm #1424047Hi,
Are you blocking certain countries? Please see the screenshot in the Private Content area.Best regards,
MikeOctober 30, 2023 at 8:56 am #1424088This reply has been marked as private.October 30, 2023 at 10:20 am #1424099Hi,
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,
IsmaelOctober 30, 2023 at 11:24 am #1424114Hi Ismael!
Thanks for the quick feedback, now everything works as desired :-)
many thanks and compliments for your valuable support!Best regards,
SoltnerOctober 30, 2023 at 5:10 pm #1424147Hi,
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,
RikardOctober 30, 2023 at 5:15 pm #1424150Hi Rikard,
Thanks, you can close the topic!
Best regards,
Soltner -
AuthorPosts
- The topic ‘avia gallery thumbs are not displayed correctly on mobile devices’ is closed to new replies.