 
	
		
		
		
		
			
Hi,
is there a simple way to center the copyright text in the socket?
Hi Snerp!
Please use the below css in Enfold > General Styling > Quick CSS
#socket .copyright {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
Cheers!
Vinay
Thank you that did the trick.
