Dear Kriesi,
How can I centre the copyright text in my footer? Please see the link below
Thanks, Richard
Hey Richard!
Please add following code to Quick CSS
#socket .copyright {
width: 100%;
text-align: center;
}
Best regards,
Yigit
Great, thanks Yigit