I need some help with adjusting the layout of a row in two columns. My goal is to have the columns span the full width of the row with a margin between them to maintain alignment with the surrounding rows.
The default settings are not ideal as they add margins on both sides of the columns, causing misalignment with the rest of the rows. I discovered the "collapse" class which removes the default margins, but now I need to find a way to still have a margin between the columns.
I could create my own classes and make changes to the markup, but I'm wondering if Foundation has a built-in solution for this issue.
Any advice or best practices for handling this situation would be greatly appreciated. I have included an image to illustrate what I'm trying to achieve in my design.
Thank you!