How do I fix this issue: the content.display of each column shifts on browser refresh (see attachments for example)


Hello @danmaat,
Thanks for writing in!
Your column spacing is adjusting because you are using percentage padding.

5% padding would mean 5% of the browser width. As soon as you resize your browser, that 5% varies. I would recommend that you use a fixed unit instead like px or em.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.