Hi,

The problem is about a fixed width of .control-label and .controls. Try the
code below:

.form-horizontal .control-label {

   1. width: 125px;

}
.form-horizontal .controls {

   1. margin-left: 140px;

}

But, I think you should create a new selector class referring about the
form login.

The bootstrap give us a example code of form login. You can try it too.

http://getbootstrap.com/2.3.2/examples/signin.html

Pedro Taglialatela


2013/8/9 jspeaks <[email protected]>

> I am trying to center a form-horizontal within this login window.  It is
> probably trivial for someone on this list.  Could someone assist me in the
> changes to accomplish this.
>
> The code:
> http://plnkr.co/edit/ciS1UQ
>
> What I got now:
> http://jspeaks.com/code/issues/bootstrap/login/offset.png
>
> What I want:
> http://jspeaks.com/code/issues/bootstrap/login/centered.png
>
> Also if someone has a good recommendation for a video tutorial series on
> bootstrap I would appreciate it.
>
> Thanks,
>
> Jaye
>
> --
> 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.
>
>
>

-- 
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