我在使用Google的PageSpeed工具,並在我的主頁上遇到了一個問題,我不知道如何解決。建議修正「大小內容到視口」,但在使用Twitter Bootstrap之前,我從未遇到過這個問題。有人可以看看我的網站,看看有什麼我失蹤了嗎?使用Bootstrap調整視口大小內容
<div class="row">
<div class="container">
<div class="col-sm-4 text-center">...</div>
<div class="col-sm-4 text-center">...</div>
<div class="col-sm-4 text-center">...</div>
</div>
</div>
我試過從div中刪除「文本中心」類,似乎並沒有工作。
的PageSpeed:https://developers.google.com/speed/pagespeed/insights/?url=game-brain.com&tab=mobile
您的結構是不正確的:'集裝箱/ row',不'行/ container'這是造成頁面溢出,因爲它創造了水平滾動條,這可能是問題。請參閱[Grid-system](https://getbootstrap.com/css/#grid) – vanburen