Solved

Why isn't my Facebook button aligned on the top bar in Shopify?

ECC1
Excursionist
29 0 13

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

 

Accepted Solutions (2)

Hardik29418
Shopify Partner
2859 407 1073

This is an accepted solution.

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

 

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 2 (2)

Hardik29418
Shopify Partner
2859 407 1073

This is an accepted solution.

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

 

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app