Design Issue on Safari vs. Chrome

Hi all!

I’m having an issue where a Dynamic List/grid of content I’ve created works PERFECTLY on Safari but is totally misaligned on Chrome. Any idea where this issue could be coming from? I’ve tried to review based on my knowledge but have come up totally empty.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

You have a class which is called “dynamic list”.

Set this class to the following:

  • display: flex
  • flex-direction: column
  • flex-flow: wrap

Hope that helps.

1 Like

That worked! Thank you so much!