Hi
for some reason on this page: https://www.galitstudio.com/%D7%94%D7%A4%D7%A7%D7%95%D7%AA/
the Images don’t open in lightbox on mobile while on other pages it opens .
this is a link to another page where it works fine: https://www.galitstudio.com/%D7%A9%D7%99%D7%A2%D7%95%D7%A8%D7%99-%D7%9E%D7%97%D7%95%D7%9C/
I checked the Overlay activated + lightbox linking active.
Can you please help on it?
Hey uribinsted,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px) {.avia-builder-el-8 {height: 1440px!important; }}
The issue was the text box element had a height of 100% which was covering the images so they were not clickable in mobile :)
Best regards,
Mike