I don't like Bootstrap.
I need to fight it to undo rather than do.
It doesn't center elements, spans have an extra 20px on the right, and it sets elements at specific heights and widths without me wanting it to.
It doesn't center elements, spans have an extra 20px on the right, and it sets elements at specific heights and widths without me wanting it to.
29 comments
[ 6.2 ms ] story [ 76.5 ms ] threadAfter a second thought: It saved me a lot of time. It helped me create a "pattern" when creating documents and, at the end, you can just remove it and implement the classes from scratch.
That said, yes, you do like bootstrap. :D
I started using it over bootstrap and I'm starting to like it a lot.
Does it suffer from the same centering problems too?
The code from the following link demonstrates that (change "span6" to "six columns") http://news.ycombinator.com/item?id=4652191
The only major difference is syntax, though skeleton's approach is more semantically correct. Before you try it and start complaining though, I have no idea if it will center how you like.
[1] - http://getskeleton.com/
Never gonna put it on any front facing websites. But for alphas and admin areas, Bootstrap is a blessing from heaven.
How do people handle this?
Resizing the window makes everything drag to the left. So much for having a grid.
Why can't get row and span work without a container?
... <center>
<div class="container pagination-centered">Centered too
</div>
...
span6 creates an element of width 460px which like all elements starting with span has a margin of 20px on the left. It's not a way of centering elements.
I'm normally not a fan of grid systems but Chris Coyier's grid system uses percents instead of pixels and is very lightweight. http://css-tricks.com/dont-overthink-it-grids/
For my latest project I just started from scratch by building my own framework using Stylus, that way I can also avoid messing up my HTML with loads of additional classes.
The reason why I don't like Bootstrap is because many people use it like a free design template. A seasoned designer or developer can spot a Bootstrap site straight away because they're mostly used straight into production because "it follows best design practices". The huge rise in extensions and colour themes to Bootstrap only prove this.
And even when it is, most restaurant websites in the world would be better off with a standard Bootstrap template rather than the horrid Flash+PDF designs that they currently use.
It's comments like these that make me wish I could downvote. It's this mentality that leads to Bootstrap being abused in the way I mentioned above.