I use this quick CSS
span.copyright {
width: 100%;
text-align: center;
to center the copyright info in the footer.
For some reason it breaks the layout of the page ?
(the center image is supposed to be slightly bigger then the two images on the sides)
Can you please test it on my page ?
Hi paullindqvist;
I’m not sure but try to add this line into your css file ;
#socket .copyright{ text-align: center;width: 100%;}
Thanx Begrafiks! Worked!