How to make a fixed width column with a container-fluid?

前端 未结 2 670
栀梦
栀梦 2020-12-08 16:00

I am trying have a side column on the left with fixed width, and then, on the right a normal Bootstrap container-fluid.

Even if the sidebar is not insid

2条回答
  •  离开以前
    2020-12-08 16:24

    Try including your container-fluid in a div with margin-left: 200px (where 200px is your sidebar's width).

    Then position your sidebar with position: absolute for instance

提交回复
热议问题