2017-05-05 26 views
0

調整在這裏有我的問題的一個例子: http://asdcastelli.altervista.org/test-bootstrap/引導3無法在移動

在腦子裏,我有

<meta name="viewport" content="width=device-width, initial-scale=1.0"> 

但響應的作品只有當我調整窗口瀏覽器,不在移動

爲什麼? 這是調整窗口大小的瀏覽器 enter image description here

頁這是在移動視圖(Chrome檢查)頁面 enter image description here

+0

是您的''行後第一行開始''標籤? –

+0

這是三條第一行 user3083618

回答

0

你必須包括表到一個div。

<div class="responsive_table"> 
    <table id="pubblicazioni_table"> 
     /*your content*/ 
    </table> 
</div> 

,並在你的CSS,你必須粘貼此行:

.responsive_table { overflow-x: scroll; width: 100%; }