Topic-icon Configuration > Integrate with Joomla Login: bottom - no more centred

Active Subscriptions:

None
Hi guys,
Configuration > General > Login / Logout - Integrate with Joomla Login: bottom + I added this Custom CSS to have it running well.
span.sourcecoast.login {
justify-content: center !important;
display: flex;
}
.sourcecoast .intro {
float: none !important;
text-align: center;
padding: 10px 0 0 0;
}
.social-login.facebook.jfbcLogin.pull-left {
clear: both;
}
#sp-component .login img {
margin: 20px 15px;
}
@media (min-width: 768px){
  #sp-component .login img {
    height:48px;
  }
}
It has worked well till last 8.4.6, from when, as you can see here , the Social Icons are no more centred in the page.
I'm a little bit lost, Please, What I have to chenge to have back them centred again ?
The topic has been locked.
Support Specialist
Change your "span.sourcecoast.login" to "div.sourcecoast.login". The latest version had some changes for W3C Validation errors. The span was throwing an error for the validator.

-Melissa
The topic has been locked.
Active Subscriptions:

None
Hi Melissa,
many thanks, it works like a charm!
The topic has been locked.