Answer the question
In order to leave comments, you need to log in
Bootstrap: How to remove padding?
How to remove padding from tab-content? I rummaged through all the css, but did not find it, or missed it.
<ul class="nav nav-tabs">
<li class="active"><a href="#skin" data-toggle="tab">Скин</a></li>
<li><a href="#profile" data-toggle="tab">Профиль</a></li>
<li><a href="#messages" data-toggle="tab">Сообщения</a></li>
<li><a href="#settings" data-toggle="tab">Настройки</a></li>
<li><a href="#settings" data-toggle="tab">Настройки</a></li>
</ul>
<div class="tab-content">//Вот именно tab-content делает отступы.
<div class="tab-pane fade in active" id="skin">
<div class="well" id="skin">Lolollololol</div>
</div>
<div class="tab-pane fade" id="cloak">...</div>
<div class="tab-pane fade" id="profile">...</div>
<div class="tab-pane fade" id="messages">...</div>
<div class="tab-pane fade" id="settings">...</div>
</div>
Answer the question
In order to leave comments, you need to log in
codepen.io/yespeace/pen/QwKBeG
didn't see the padding.
You can see your main style.css
these are not the indents of the bootstrap, if you use jq ui tabs then they are 100% from there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question