Bootstrap 3.0 - Fluid Grid that includes Fixed Column Sizes

前端 未结 8 606
梦谈多话
梦谈多话 2020-11-29 16:37

I am learning how to use Bootstrap. Currently, I\'m wading my way through layouts. While Bootstrap is pretty cool, everything I see seems dated. For the life of me, I have w

8条回答
  •  自闭症患者
    2020-11-29 17:00

    There's really no easy way to mix fluid and fixed widths with Bootstrap 3. It's meant to be like this, as the grid system is designed to be a fluid, responsive thing. You could try hacking something up, but it would go against what the Responsive Grid system is trying to do, the intent of which is to make that layout flow across different device types.

    If you need to stick with this layout, I'd consider laying out your page with custom CSS and not using the grid.

提交回复
热议问题