1
I was using the Boostrap 3 and migrated to the 4, only some things broke. I managed to solve some, but I have a problem with this footer.
<div class="copyright">
<div class="container">
<div class="col-md-6 ">
<p>© Copyright @DateTime.Now.Year.- LMS/US-LOG/OLNF/TM</p>
</div>
<div class="row">
<div class="col-md-6">
<ul class="bottom_ul">
<li><a target="_blank">GISSUB</a></li>
<li><a href="#">SGMAR</a></li>
<li><a href="#">Suporte</a></li>
<li><a href="#">Chamados</a></li>
<li><a href="#">Recursos</a></li>
</ul>
</div>
</div>
</div>
.bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
.bottom_ul li { float:left; line-height:40px;}
.bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
.bottom_ul li a { color:#FFF; font-size:12px;}
As you can see in the image below, they are not aligned. How would I leave these Divs on the same line and the right div aligned to the right of the screen?
Whoa, thanks for the detailed explanation. I’ve always been professional backend, but now I’ve been forced to take this job left by someone else, so I’m having to turn around and I’m half lost rs
– Jhensen
@Jhensen without problems in what I can help eh just give me the touch, but the documentation of BS4 is very complete and has native class for almost everything! Good luck there abs
– hugocsl
Thanks! Taking advantage, as you generated this gif, it was by Chrome? you took the resolution test?
– Jhensen
I used a little program for Windows that calls Screentogif, for linux or mac you have to look for something like "screen Recorder" or something like Goolge
– hugocsl