.footer_img{
padding-left: 30px;
width:170px;
height:63px;
align-self: center;
}
.footer{
margin-bottom: 41px;
}
<div class="footer container">
<div class="clearfix">
<span class="float-left"><a href="#"><img class="footer_img" src="images/logo.png"></a></span>
<span class="float-right">© XYZABC Inc and Affiliates.All Rights Reserved</span>
</div>
</div>
In the full desktop version, the footer looks fine but when switching to a mobile view, I noticed that the logo and company name were not centered properly. My attempt at creating the footer was with Bootstrap 4, although as a newcomer to it, I may have missed something. Can anyone provide guidance on how to achieve this? Screenshots of the issue are attached below.