This topic has 2 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hi,
May I ask how can I place the facebook like button (Attachment: https://prntscr.com/iyiuim) in the middle?
Here is the code: https://prntscr.com/iyiuhy
Thank you for your help
Hello,
Please add this code in Theme Options > Styling > Custom css:
.top-bar .fb-like.fb_iframe_widget {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
Regards
You must be logged in to reply to this topic.Log in/Sign up