Hi!
I managed to add a ‘Facebook Like’ button to the socket but it really messed up the alignments. Can you tell me what I can do so the copyright and the menu are aligned again? I would like everything to be vertical centered in the socket.
Thanks!
Hi,
Position the facebook like absolute. Something like this.
.facebook-like {
position: absolute;
top: 10px;
right: 10px;
}
Can you give us a link?
Regards,
Ismael
Thanks a lot, it worked! :)
The topic ‘Add 'Facebook Like' in socket’ is closed to new replies.