subhendus

Making the search bar centered when having only one textbox and one button

subhendus PURCHASED
1 year ago
Hi , currently I am just trying to have one serah bar (with out location and category).

<div className="py-7 py-md-0 bg-light">
<div className="container position-relative px-md-0">
<div className="search-box">
<form method="GET" action="listings-half-screen-map-list.html">
<div className="form-group mb-md-0">
<input type="text" className="form-control" placeholder="Where do you want to Go?" />
</div>
<button type="submit" className="btn btn-primary">
Search
</button>
</form>
</div>
</div>
</div>

Thish pushes the button to right while the search bar is on left. Is there a class I can use to make input and button to the center of the screen ?