Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
821 views

Which css grid system should I learn? [closed]

Duplicate What is the best CSS Framework and are they worth the effort? Can someone Recommend a Bells and Whistles CSS framework? Help me choose a CSS framework: 960 vs Blueprint vs ??? Best ...
2
votes
2answers
257 views

Do you use a grid system when designing a web page?

I'm trying to figure out why I would use a grid system. I have read some but I just don't get it. I'm used to just putting stuff in html on a page and beind done with it but I have a new project and ...
1
vote
3answers
238 views

Is it possible to override Grid system to use Full width

I am using Twitter Bootstrap as Css framework and thinking why waste that space when i can effectively use it? when majority of monitors now are on resolution of 1280 X n. I love the Bootstrap so much ...
0
votes
0answers
24 views

Why doesn't stacking columns work with CSS Foundation toolkit

Using the css foundation Toolkit i put together a simple markup like below <div class="container"> <div class="row"> <div class="four columns">4 columns</div> <div ...
0
votes
1answer
96 views

how to add margin for 960gs [closed]

default the 960gs only left 5px;each for margin,but i need 20px each side,how could i change this ? also is there some tools for help 960gs,such as ide ...
0
votes
1answer
35 views

Div not aligning properly using css grid

I'm using the 960 Grid System on this page where I list my instapaper bookmarks: http://labs.tonyhue.com/bookmarks/ However, the social media section is set off from the rest. It should be aligned to ...
0
votes
2answers
215 views

Padding/width issue - Can I use box-sizing with a grid system e.g. 960 grid system?

I have been using the 960 grid system for a while and I always have the problem when adding padding to my divs. I am wondering if it is a good/safe practice to modify the grid system CSS and add ...