HTML网站向左移动

时间:2013-02-13 11:31:01

标签: css html twitter-bootstrap containers

我正在编写一个网站http://198.175.127.18/。在昨天很多事情发生后,该网站向左移动。我检查了打开的div的所有HTML并检查了CSS。我认为问题出在容器类中,但我几小时后都没想出来。

2 个答案:

答案 0 :(得分:2)

margin:0 auto添加到.container

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 940px;
margin: 0 auto;
}

答案 1 :(得分:0)

margin:0 auto; 添加到类.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container

overflow-x:hidden 添加到正文以删除水平滚动条