Hello guys!
I would like to text-align center .copyright div in socket. I tried:
#socket .container {
text-align: center!important;
}
#socket .copyright {
float: none!important;
}
but it doesn’t work. Can’t figure it out why, because in dev-tools in Chrome works as it should.
Thank you for your help!
Best,
Klemen
Hey PovezujemoSi,
Please provide a link to the site so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Please use the code as following
.copyright { width: 100%; text-align: center; }
Best regards,
Yigit
Thank you. Works perfect!
Hi,
I am glad Yigit’s solution worked for you. If you need additional help, please contact us here on the forums.
Best regards,
Jordan Shannon