bootstrap container-fluid - remove margins the right way (overflow)

后端 未结 3 981
忘掉有多难
忘掉有多难 2021-02-04 04:23

How can I remove all margins from boostrap container-fluid class and its rows?

.container-fluid { padding: 0;}

This does basically

3条回答
  •  走了就别回头了
    2021-02-04 04:56

    it is always a better way to add a custom class to the elements that you want to get rid of the margins rather than overriding all bootstrap elements.

    row.no-margin{ margin:0 ! important; }

提交回复
热议问题