I couldn’t figure out why my columns won’t align properly inside my container. I tried adjusting padding and putting it inside a div block but for some reason it keeps spilling out of the container. Please see photo of what’s happening. Is this a bug or I clicked on something?
Not a direct answer… but I’d recommend against using the column component and instead setting up something similar with flexbox or grid. The columns component is super outdated, and you will run into weird edge cases while using it…
Are you familiar with CSS grid or Flexbox? If so it should take under 2 mins to swap to a grid layout or flex layout that is a lot more flexible than the columns component