我有我已經實施fullpage.js
fullpage.js
的網頁,但問題是有padding-left
和padding-right
自動添加在container-fluid
如果我刪除,左側有一些空格。此問題僅是當我添加rows
的container-fluid
引導填充問題與fullpage.js
HTML裏面
<div class="container-fluid">
<div id="fullpage">
<div class="row section" id="home">HomePage</div>
<div class="row section" id="products">Products</div>
<div class="row section" id="pricing">Pricing</div>
<div class="row section" id="contact">Contact</div>
</div>
<div id="footer">Footer</div>
</div>
PS:使用自舉4和
加片段或實時鏈接。 – Rahul