html - Completely center form in navbar -


what i've been trying center form (and 2 icons beside it) dead center in navbar.

i've used below css property, however, doesn't center precisely.

text-align: center; 

if check in jsfiddle below, it's not precisely in center. also, it's important know length of text in both buttons on right vary.

http://jsfiddle.net/mgcdu/5763/

how can center form (with 2 icons) in navbar, noting length of button's text can change?

this it, you'll need set width .center-form box.

css

.center-form { width: 250px; margin: 0 auto; text-align: center; } 

Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -