Topic: Centring Input and Button
Atman Shah free asked 6 years ago
Hey all! I need help with centring this input and search button. Please find the codepen link and save if you got it working.
https://codepen.io/anon/pen/MGpJbV
Add comment
Ollie Vincent pro answered 6 years ago
Try this code:
<div class="mx-auto" style="max-width:100%;"> <div class="row"><div class="col-md-5"></div><div class="col-md-7"> <form class="form-inline mr-auto mb-4"> <input class="form-control mr-sm-2" type="text" placeholder="Search"> <button class="btn btn-outline-danger btn-rounded btn-sm my-0 waves-effect waves-light" type="submit">Search</button> </form></div></div> </div>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags