hi there,
any idea how to get the footer (copyright) line into the center of the page?
thx and best regards
klaus-peter
try this in quick css and have a look what happens to the very small screens (drag your browser-window extremly small)
if all fits well in this case too – it is ok otherwise you have to do more css to fit for that case
#socket .container { text-align: center }
#socket .copyright { float: none; width: 100% }
PERFECT!!!!
Works brilliant both large and small screens!
Thanks a lot and have a nice Sunday!
Klaus-Peter
Hi,
You are welcome!
Best regards,
John Torvik