Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Aligning label for multiple select in center of select box

Tags:

html

css

this is my html page enter image description here

In the above picture, I want label client to be in center of select box. How can I do this?

like image 657
user3549665 Avatar asked Dec 16 '25 15:12

user3549665


1 Answers

http://fiddle.jshell.net/n6dNR/2/

label,select {
 display: inline-block;
 vertical-align: middle;
}
like image 191
JohanVdR Avatar answered Dec 19 '25 05:12

JohanVdR



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!