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
I was having a bear of a time getting this to work with the http://github.com/zurb/foundation 3.0 grid, and the problem was that rows were margin: 0 auto and width: auto; Managed to correct it by setting a defined width for the .row element (width: 1000px) but still giving it a max-width of 100% so it'll scale down to a min-width. Tricky little thing to resolve, but seems to be behaving now. Very cool @Schepp
The text was updated successfully, but these errors were encountered:
Spoke too soon. It seems to have been partially corrected, but still seeing a pretty big issue in IE7 specifically for the size of floated elements. Check it out here: http://zurb.net/foundation-test/test.html
Works great everywhere but IE7 where the column widths actually seem too small (which in turns jacks up offsets and other pieces). Any ideas?
Narrowed it down further. Removing the negative margin from .row resolves this, so the issue has to do with negative margins and it's effect on the width of the element (negative margin on both sides with width: auto).
I was having a bear of a time getting this to work with the http://github.com/zurb/foundation 3.0 grid, and the problem was that rows were margin: 0 auto and width: auto; Managed to correct it by setting a defined width for the .row element (width: 1000px) but still giving it a max-width of 100% so it'll scale down to a min-width. Tricky little thing to resolve, but seems to be behaving now. Very cool @Schepp
The text was updated successfully, but these errors were encountered: