-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong documentation info: column width #12808
Comments
Is this fixed in 3.2? Does the grid at 1170 have a fixed column size? |
@keano12 The documentation was tweaked in 3.2. See the above commit. |
So before it was Large devices Desktops (≥1200px): 97-98px is it now a fixed number? I am trying to make a PS template for the 3.2 version. My designers were always pissed because the grid was off here and there 1px LOL. |
Hey keano 97-98px are calculated by a percent on the container width, so when you have 12 columns on the 1200px+ size, you have columns with 97-98px. See the response when I noted this issue of having inconsistent column width: #10524 |
1170px / 12 columns = 97.5px. The grid has always used percentages as their |
Thank you. On Tuesday, July 1, 2014 3:38 PM, Mark Otto [email protected] wrote: 1170px / 12 columns = 97.5px. |
http://getbootstrap.com/css/#grid-options
The column widths are wrong:
It says:
Small devices Tablets (≥768px): 60px
Medium devices Desktops (≥992px): 78px
Large devices Desktops (≥1200px): 95px
You can check by inspecting bootstrap columns on the browsers, and they are impossible by math, for example: 1170px/12 = 97.5px (columns are 97-98px)
The right ones are this:
Small devices Tablets (≥768px): 62-63px
Medium devices Desktops (≥992px): 80-81px
Large devices Desktops (≥1200px): 97-98px
Check out the psd templates I've done, they are with the right values http://www.minimit.com/articles/tips-resources/bootstrap-3-grid-psd-templates
The text was updated successfully, but these errors were encountered: