Hi,
I want to center the content of my socket footer but it not work, which code should I insert to allow this ?
Many thanks in advance,
Hey sitadi,
Please add this code to the quick css field
#top #wrap_all #socket .container {
text-align: center;
}
#top #wrap_all #socket .copyright {
float: none;
clear: both;
text-align: center;
}
Best regards,
Peter
Thank you for your help.
However I do not understand why the second line remains aligned to the left ?
Hi,
Please try this instead:
#top #wrap_all #socket .container {
text-align: center;
}
#top #wrap_all #socket .copyright {
display: block;
float: none;
clear: both;
text-align: center;
}
Best regards,
Rikard
That’s perfect, thank you very much.
Hi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You can close, thank you.