center aligning a fixed position div

前端 未结 13 628
走了就别回头了
走了就别回头了 2020-11-29 15:55

I\'m trying to get a div that has position:fixed center aligned on my page.

I\'ve always been able to do it with absolutely positioned divs using this \

13条回答
  •  自闭症患者
    2020-11-29 16:05

    I used the following with Twitter Bootstrap (v3)

    Stuff - rows - cols etc

    I.e make a full width element that is fixed position, and just shove a container in it, the container is centered relative to the full width. Should behave ok responsively too.

提交回复
热议问题