0
I’m trying to put the company logo on the left side and the title on the right side with Bootstrap, but it’s not working. When I put the code down, it’s underneath each other. I’m using version 4.0. Look:
<div style="border-bottom: 1px solid #54310B;background-image: url('images/b1.jpg');min-height: 280px; text-align:left;">
<div class="container">
<div class="col-md-4">
<img src="images/logo.png" style="width: 180px; margin-top: 80px; z-index: 99999999999; position: relative;">
</div>
<div class="col-md-8">Nossa História</div>
</div>
</div>
Perfect Thiago. It worked. I tried to accept your answer, but I have to wait 5 minutes. As soon as I pass this time, I will mark it as the correct answer. Thank you!
– user24136
@Fox.11 All right, I stand by. Thank you!
– user148754