Making button go full-width?

I want a button to take up the full width of the column, but having difficulties…

<div class="span9 btn-block">
    <button class="btn btn-large btn-block btn-primary" type="button">Block level button</button>
</div>

How do I make the button as wide as the column?

15 Answers
15

Leave a Comment