Hi, you don't have to use it like that, just try something like:
<footer>
<div class="container">
<div class="row">
<div class="span12"> ... </div>
</div>
</div>
</footer>
I'm not adding anything special to my footer CSS rule:
footer {
height: 30px;
padding-left: 20px;
padding-right: 20px;
background-color: #fafafa;
border-top: 1px solid transparent;
box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.35) inset;
color: #777;
font-size: 11px;
line-height: 30px;
}
Hope it helps,
Raul.
On Mon, Mar 25, 2013 at 11:40 AM, Andrés <[email protected]> wrote:
> Hey there,
>
> is there any opportunity for integrating an non-fluid layer inside a fluid
> one?
>
> For instance: I want to create a layer used as background for the
> footer-area. This one should spread over full browser-width.
> Inside this one i want to habe a standard-non-fluid layer with
> standard-width (i expect it to be 940px).
>
> --
> 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.
>
>
>
--
Raul Matei
+40741351728
--
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.