中心表==>宽度:100%; margin:0 auto;)不工作

时间:2017-10-30 17:21:36

标签: html css twitter-bootstrap datatables

是的,这个话题上有十亿个帖子,这很具有讽刺意味,因为我之前已经把很多桌子集中在一起了。
但是“答案”不起作用。我正在使用Database.net插件表(这可能是为什么?)链接到Codepen:https://codepen.io/ScottFSchmidt/pen/eemrBG

另外,我希望能够保持80%以上的宽度。在“解决方案”工作,然后桌子很小,因为它有50%的宽度。

table {
    width:100%;
    margin: 0 auto;
}

.table {
    border-radius: 5px;
    margin: 0px auto;
    float: none;
    width:100%;
    margin: 0 auto;
}

这是bootstrap 3 FYI不是4所以它不是重复的

1 个答案:

答案 0 :(得分:0)

答案:

  padding-left:20%;
  padding-right:20%;

此外,Bootstrap 4不允许100%宽度。

感谢所有评论的人!