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
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
The reason it doesn't clear right is because the standard column class does not clear automatically. Your solution is actually a good direction to go. If you want to make sure things clear using Foundation code, you could modify the widget code to use the block-grid class.
Not really sure if this issue is something FoundationPress is doing or coming from Foundation itself, so I thought I'd start here.
Right now, we have the following for our Footer Widgets:
It works great with 4 widgets. If a 5th widget is added, the 5th just drops below the 4th and doesn't clear properly.
Similarly, if we update the above to only have 2 columns on medium sizes:
The 3 and 4th widgets just drop below the 2nd and don't clear properly.
To fix this second issue, I can easily add:
Which fixes it, but figured this should be taken into account with the framework.
Any thoughts here? Should I open a ticket with Zurb?
Thanks!
The text was updated successfully, but these errors were encountered: