How can I align my TikTok icon with other social icons in the Brooklyn theme?

Hi, I would like to move my Tiktok icon down to align with all my other social icons. Is there any way I can do this? It looks normal on desktop, but mobile is distorted. My URL is https://shoplineagejewelry.com/. Thank you!

1 Like

@adthai
i can’t see any this type of error in Mobile view,
it’s already looking much better.

It looks this way on my iphone. I am unsure what to do.

Hi @adthai ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss->paste below code at the bottom of the file:
ul.no-bullets.social-icons li {
    height: 18px;
    vertical-align: top;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.