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've seen you changed a bit the container width in bootstrap 3: it's the same 1170px, but it includes the half gutter on the side of the container as padding (in bootstrap 2 it didn't had it).
The problem is I'm trying to do a psd template but as you see on bootstrap 3 the columns are uneven width, you should for example on 1170px one, give columns width either 67px or 68px, right now they are some 67px and some 68px.
So maybe make it a little bigger or a little smaller container to have even width columns...
I've seen you changed a bit the container width in bootstrap 3: it's the same 1170px, but it includes the half gutter on the side of the container as padding (in bootstrap 2 it didn't had it).
You can see in chrome inspect element on this page containers
http://getbootstrap.com/css/#grid
http://getbootstrap.com/2.3.2/scaffolding.html#responsive
The problem is I'm trying to do a psd template but as you see on bootstrap 3 the columns are uneven width, you should for example on 1170px one, give columns width either 67px or 68px, right now they are some 67px and some 68px.
So maybe make it a little bigger or a little smaller container to have even width columns...
You can see the example templates with the differences from the actual container:
http://dl.dropboxusercontent.com/u/21413059/67px%20columns.psd
http://dl.dropboxusercontent.com/u/21413059/68px%20columns.psd
The text was updated successfully, but these errors were encountered: