Tagged: enfold
Hi~ How could I center the text/content in the footer?
I use the code below but didn’t work
#socket .copyright {
text-align: center;
display: block;
width: auto;
}
Hey wholereneducation!
Please add following code to Quick CSS as well
#socket .copyright { width: 100%; }
Best regards,
Yigit
Works perfectly, thanks~