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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -