我很難將居中放置在我的網站上的一個手風琴滑塊面板中的一張桌子居中。我談論的頁面是這樣的: http://www.smartcuts.ch/index-TEST.html#latest在手風琴面板中居中放置一個自舉表
我的HTML被
<div class="container">
<div class="row">
<div class="col-xs-11">
<div class="table-responsive">
<table summary="This table shows our rates" class="table table-condensed table-striped">
我能中心在這一HTML中使用某些命令面板中的表或我必須使用CSS?如果是這樣,請賜教。我嘗試了各種東西,但似乎沒有任何工作。
非常感謝。
好像如果你使用'容器fluid'和做工精細'山坳-xs-12'。 'container'具有固定的像素寬度,取決於屏幕尺寸,'container-fluid'只是填充可用寬度。 –