You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can we reproduce this bug?
I created one row with multiple 4-columns divs (more than 3) because i want to produce dynamically the content of the email. Sometimes there will be 4 divs to show, sometimes more than 12.
Write out the HTML (or Inky code) that causes the issue.
`
Foundation For Emails isn't like a front-end web framework such as Foundation or Bootstrap in that you can't just open a Row and expect Columns adding up to a total of more than 12 to stack. My guess would be that this is a limitation of nesting tables?
Essentially then, Columns within a row need to total any permutation of 12, be that two 6s, three 4s etc. etc.
I'm not sure that Foundation For Emails will be able to do what you need it to, as even if you're able to programatically close the Row tag after each n Columns, that will only work for either the desktop or mobile version and not both.
How can we reproduce this bug?
I created one row with multiple 4-columns divs (more than 3) because i want to produce dynamically the content of the email. Sometimes there will be 4 divs to show, sometimes more than 12.
Write out the HTML (or Inky code) that causes the issue.
`
Test24
`
What did you expect to happen?
I was expected to see all boxes inside the width of the table
What happened instead?
All boxes are aligned one after the other and exceed the width of the table
What email clients does this happen in?
Outlook client and Yahoo (web)
This image is from Outlook client and Litmus too.
The text was updated successfully, but these errors were encountered: