Reputation: 837
I have an issue with the zurb foundation framework where the .row class is set to max-width:61.25em; which is 980px wide;
Now the issue I'm having is when I resize the browser down and when it reaches 1024px it pushes the sidebar down. Shouldn't this be happening only at 980px?
You can see what I mean with the browser resizing here http://www.corpalc.com/. I'm trying to give an explanation to my client.
Thanks for the help.
Upvotes: 0
Views: 116
Reputation: 532
The class .large have a min-width 1025px. so when you resize the browser you lose your side bar. But you can put the class medium .
Also a default grid have 12 column.
Upvotes: 2