Element “grid” contains many inline-blocks. “grid” has text align center but elements don’t place to center. I tried do make display settings Flex center but it didn’t help. How to center it? This one not working here How to center elements
I suspect this is due to you not having any constraints on the “grid” div as well as the “element-item”, therefore, it will behave differently in different platform, as well as different screen dimensions. My suggestion would be to re-build this using flexbox or column. Since all your images are of the same size and the lightbox the same style, so I think the easiest way to build this is to use column. Go ahead and try using a 5 column layout and see what happens! Hope this helps
I tried to change display settings for “grid” and for “element-item” - didn’t work.
I figured out that option “wrap children” doesn’t make effect to mobile portrait view (it makes effect in designer but not on the website). I’m guessing it’s the same issue. Any ideas why it’s happening?