I use bootstrap and am trying to center a div(span7) like that:
Lorem ips 5条回答 执念已碎 (楼主) 2020-12-02 05:56 Define the width as 960px, or whatever you prefer, and you're good to go! #main { margin: 0 auto !important; float: none !important; text-align: center; width: 960px; } (I couldn't figure this out until I fixed the width, nothing else worked.) 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Define the width as 960px, or whatever you prefer, and you're good to go!
#main { margin: 0 auto !important; float: none !important; text-align: center; width: 960px; }
(I couldn't figure this out until I fixed the width, nothing else worked.)