Tagged: ,

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

    Hi,

    is there a simple way to center the copyright text in the socket?

    #574613

    Hi Snerp!

    Please use the below css in Enfold > General Styling > Quick CSS

    
    #socket .copyright {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }
    

    Cheers!
    Vinay

    #576096

    Thank you that did the trick.

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