Bootstrap 3.0 - Fluid Grid that includes Fixed Column Sizes -
i learning how use bootstrap. currently, i'm wading way through layouts. while bootstrap pretty cool, see seems dated. life of me, have think basic layout can't figure out. layout looks following:
--------------------------------------------------------------------------- | | | | | | | | | 240px | 160px | remaining width of window | | | | | | | | | --------------------------------------------------------------------------| this grid needs take full height of window. understanding, need mix fixed , fluid widths. however, bootstrap 3.0 doesn't seem have fluid class anymore. if did, can't seem figure out how mix fluid , fixed column sizes. know how in bootstrap 3.0?
thank you
there's no easy way mix fluid , fixed widths bootstrap 3. it's meant this, grid system designed fluid, responsive thing. try hacking up, go against responsive grid system trying do, intent of make layout flow across different device types.
if need stick layout, i'd consider laying out page custom css , not using grid.
Comments
Post a Comment