1
I’m trying to put a button inside the title of a panel twitter bootstrap 3, but this button is not aligned centered on the panel.
Code:
<div class="panel panel-default">
<div class="panel-heading">
Fórum
<div class="pull-right"><button class="btn">Criar tópico</button> </div>
</div>
<div class="panel-body">
</div>
</div>
Thanks, that settles that too.
– Daniel Lemes
Plus, I’d have to add a little
css
, because the panel is not made to add buttons in theheader
and yes in thebody
, take a look at the fiddle...– Marcelo Aymone