Replies: 0
I just discovered a weird issue in firefox where a gallery doesn’t display properly.
It works perfectly in all browsers except for firefox where it shifts 1 item to a second line.
https://mr3d.nl/v3/project/putoline-label-illustrations/
.vp-id-3465 .vp-portfolio__item-wrap {
max-width:7.5vw!important;
}
I used the upper code to force all items to fit in 1 row regardless of the page width.
This works perfectly on this page:
https://mr3d.nl/v3/project/twickto-new-packaging/
But not on the Putoline page.
Any idea how to fix this?
Alternatively it would even be better to have a “size items by width” option in a gallery so that one doesn’t need to mess around with css hacks to make that work.