How can I align Facebook buttons on my website's top bar?

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

https://bavariatrachten.com/

ECC1_0-1627973038346.png

I want to align them. Please help

1 Like

@ECC1

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%;
}

@ECC1

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!