1
I’m having a problem positioning the search bar, I want to cover it to the right but I’m not getting it, I’ve taken the padding and the margin and it’s still the same. (Colors are to demonstrate what is failing)
<div class="row rowa bg-danger">
<div class="col-4 px-0 justify-content-left">
<h3 class="display-4 ml-0 pl-0">Candidates</h3>
</div>
<div class="col-6 bg-success"> <!--Search bar-->
<div class="searchbar text-center bg-primary">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search this blog">
<div class="input-group-append">
<button class="btn btn-secondary" type="button">
<i class="fa fa-search"></i>
</button>
</div>
</div>
</div>
</div>
</div>
Hello Hugo, once again, thank you so much for helping me, I’m having errors in the code I don’t even know how I did but thank you so much anyway :)
– Afonso
@Afonso without problems my dear, then if you think that the answer has resolved remember to mark it, so your question is not open even if it has already been solved. And if you have any more questions, just say that I try to help you
– hugocsl