Hi
I've searched the forum, but can't find a way to center copyright and text in footer. Can you assist.
Thx
Hi
I've searched the forum, but can't find a way to center copyright and text in footer. Can you assist.
Thx
Hi O5,
Try to add this code on your Quick CSS or custom.css:
#socket .copyright {
width: 400px;
text-align: center;
position: absolute;
left: 50%;
margin-left: -200px;
}
Just adjust the width (depending on the length of your copyright text). then adjust the margin-left value to -(1/2 of the width). Hope this helps. :)
Regards,
Ismael
You must log in to post.