Looking for lightweight responsive CSS framework supporting max width 968px -
i have been looking using css framework next project. use css framework responsive , should have max-width: 968px should lightweight system (only grids), not requiring buttons, navigation etc. there recommendations on css frameworks should use, problem seem come across frameworks set predefined size such 960px , seems break whenever make changes support 968px size (it may lack of experience of using frameworks , lack of understanding).
i looking recommendations on css framework use, , on setting max width 968px;
thanks in advance.
i don't know of responsive platforms run (old) 960px wide standard. every platform i've seen somewhere around 1140px.
that said however, use columnal , modify 968px wide.
columnal light weight, supports columns within columns, , class names pleasant work with. (though find , replace , rid of _'s , change them -'s). need change max-width:
value on class .row
in columnal.css
.
note*** have tested changing .row
968px
on 1 of personal sites uses columnal, no matter value inserted (600, 800, 960, 968, 1140(default), 1200, 1300) worked.
you can test visiting site linked below , using chrome developer tools, find div class of row, , change max-width value whatever please.
Comments
Post a Comment