I have Facebook button on the top bar right corner. But they are not aligned.

I want to align them. Please help
I have Facebook button on the top bar right corner. But they are not aligned.

I want to align them. Please help
Please Go to Online Store → Themes → Edit code → Assets → theme.scss.liquid and paste this code at the end of this file.
.fb-like iframe {
top: 26%;
}
Please Go to Online Store → Themes → Edit code → Assets → theme.scss.liquid and paste this code at the end of this file.
.fb-like iframe {top: 26% !important;}
Thanks!