Home Forums Trusted Pro Centering Copyright text

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5526
    Jeff Rollo
    Participant

    HI. Would you please show me how to centre text in the copyright area? I can set it to left or right aligned, but cannot centre it.

    #5528
    Andy
    Keymaster

    Hi,

    Copy this to Appearance > Additional CSS:

    .site-info,
    #footer-menu ul {
        float: none;
        width: 100%;
        text-align: center;
    }
    #5530
    Jeff Rollo
    Participant

    Brilliant! Thanks very much Andy 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Centering Copyright text’ is closed to new replies.