Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #870067

    hi there,
    any idea how to get the footer (copyright) line into the center of the page?
    thx and best regards
    klaus-peter

    #870070

    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% }
    #870073

    PERFECT!!!!
    Works brilliant both large and small screens!
    Thanks a lot and have a nice Sunday!
    Klaus-Peter

    #870699

    Hi,

    You are welcome!

    Best regards,
    John Torvik

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.