Well is set to have a bottom margin of 20px as you mention. To override 
this you can set this in your own css file. Just make sure your css file 
appears after the bootstrap in the order of your includes.

.well {
  margin-bottom: 0px;
}


On Wednesday, June 19, 2013 7:55:01 PM UTC-7, Mohamed Amine JALLOULI wrote:
>
> Good morning,
>
> I am new to bootstrap and I am facing this problem for a while. This 
> problem consists that I was not able to make .well class use the total 
> space of a .row-fluid class.
> In fact there is always 20px in the bottom of the class .well
>
> To illustrate this, you find below the code and the pic:
>
> *<div class="row-fluid">*
> *      <div class="well span12">*
> *            content*
> *      </div>*
> *</div>  *
> *
> *
> *In the pics, you can see that div .row-fluid is 1299x80 and that div 
> .well span12 is 1299x60.*
> *
> *
> *My goal is the make **div .well span12 is 1299x80.*
> *
> *
> *Thanks.*
>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to