I bought this template, but I am having some trouble with the thumbnail shadows. So the thumbnail shadows show properly (beneath images) on my device which runs on Windows 10.
But the Thumbnail Shadows overlap the image when we run the website on Apple devices like Macbook and iMac.
Thanks for the guidance. It may be Safari indeed. I am new to webflow, I can’t seem to find a place to contact the template makers.
It seems like they say this is the solution:
{
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
position: absolute;
z-index: 1000;
```
}
However, I have no clue where to place this snippet of code. Should I just put it in the head section of the page settings?