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 ?