Hello,
I have managed to put an image in the socket. Now, how do I put it in the center?
Many thanks,
Kamel
Hi loriel60!
try this code in Quick CSS field:
#socket .copyright img {
position: relative;
right: -260px;
}
and adjust as needed.
Best regards,
Andy
Thank you! it perfectly works! Magic! :-)