How do I center the socket content in the footer?
Hi Jakob!
You can use this on Quick CSS or custom.css:
#socket .copyright {
text-align: center;
display: block;
width: auto;
}
Regards,
Ismael
Hmm, stumbled upon this post and found out it didn’t work for me. A better solution is given here: https://kriesi.at/support/topic/center-copyright-2
Cheers!
Marc