Hi,
I have a common problem with my horizontal gallery. As it happens sometimes, I tried a few solutions from other chats. Unfortunately I could not find the one, which would be working for my case.
Tried these, without any response:
https://kriesi.at/support/topic/horizontal-gallery-cropped-on-mobile/#post-910243
This one changed it a bit : https://kriesi.at/support/topic/horizontal-gallery-not-mobile-friendly/#post-951420
but it creates a huge white space and moves the arrows above the picture: https://imgur.com/VPdPv70
Thank you for your help,
Best, Veronika
Hi Veronika,
Thanks for giving us admin access.
I have commented out this code:
.responsive .av-horizontal-gallery-img {
transform: none !important;
}
and replaced:
@media only screen and (max-width: 989px) {
.responsive .av-horizontal-gallery-inner {
position: static;
min-height: 1100px;
}
}
with:
@media only screen and (max-width: 989px) {
.responsive .av-horizontal-gallery-inner {
position: static;
min-height: 497px;
}
}
Please review your site :)
Best regards,
Nikko