css - 960 grid overlapping div's -


I have to create something like 960 grid, whether it is possible to use this framework or do some customization Is work?

Enter image details here

< Div class = "post-text" itemprop = "text">

960.gs and other CSS frameworks use padding and margins, all you have to do is override it

this normal code

  & lt; Div class = "span-18" & gt; & Lt; Div class = "span-4 last" & gt; & Lt; / Div & gt; & Lt; / Div & gt; Use something like   

  & lt; Div class = "span-18 cut-margin" & gt; & Lt; Div square = "span-4 final cut-margin" & gt; & Lt; / Div & gt; & Lt; / Div & gt;   

and

 . Quote-margin {margin-right: 0! Important; }   

and set the margin / padding in the element to the new width of its elements.

You always have your own bigspan classes, for example:

  .bigspan-4 {width: 475px; Margin-right: 0 pixels; } .bigspan-18 {width: 715px; Margin-right: 0 pixels; }   

and

  & lt; Div class = "bigspan-18" & gt; & Lt; Div class = "big4-4" & gt; & Lt; / Div & gt; & Lt; / Div & gt; Remember   

Comments