The following HTML is generating unwanted padding:
13条回答 情深已故 (楼主) 2021-02-12 23:30 Just add this css .container-fluid { padding: 0px; } Your Code with this CSS EDIT: With this all the page going to have 0 padding. If you only want 0 padding in that part of the page maybe you should create a class "container-0padding" with that css code for example. 0 讨论(0) 查看其它13个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Just add this css
.container-fluid { padding: 0px; }
Your Code with this CSS
EDIT:
With this all the page going to have 0 padding. If you only want 0 padding in that part of the page maybe you should create a class "container-0padding" with that css code for example.