Solved

Tik Tok Icon Mobile Brooklyn Theme

ManaChic
Tourist
8 0 3

Hi,

I've added the Tik Tok icon on my footer and it works fine on the desktop version, however on the mobile, the icon is not centred like the Instagram one is:

 

ManaChic_0-1635150955036.png

Can somebody help me with that?

Thank you!

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

Hii, @ManaChic 
Paste this code on top of the timber.scss file.

@media only screen and (max-width: 749px) {
ul.no-bullets.social-icons li:nth-child(2) a {
    position: absolute !important;
    left: 135px !important;
}
}

Thank You.

View solution in original post

Replies 4 (4)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @ManaChic 
Kindly share Your Store URL so,
I can solve it perfectly.
Thank You.

ManaChic
Tourist
8 0 3
Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

Hii, @ManaChic 
Paste this code on top of the timber.scss file.

@media only screen and (max-width: 749px) {
ul.no-bullets.social-icons li:nth-child(2) a {
    position: absolute !important;
    left: 135px !important;
}
}

Thank You.

ManaChic
Tourist
8 0 3

Perfect, thank you so much!