Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #273340

    Hi~ How could I center the text/content in the footer?
    I use the code below but didn’t work

    #socket .copyright {
    text-align: center;
    display: block;
    width: auto;
    }

    #273342

    Hey wholereneducation!

    Please add following code to Quick CSS as well

    #socket .copyright { width: 100%; }

    Best regards,
    Yigit

    #273345

    Works perfectly, thanks~

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘???Center the footer info’ is closed to new replies.