My row items are currently aligned to the top of my row:
Is there a way I can align them horizontally?
<div className="row well">
        <div className="col-xs-12 col-lg-3">
        </div>
        <div className="col-xs-12 col-lg-6">
        </div>
        <div className="col-xs-12 col-lg-3">
            <Button bsStyle="default pull-right">
                <Icon type="user" /> xx People
            </Button>
        </div>
</div>

 
     
    