Tiktok Social Media Icon cut off and not aligned

Good evening,

I just worked on setting up an additional social media link and icon (Tiktok) to my website. I was able to add it, however, it is not aligned and the bottom part of the icon is cut off. I am guessing it is only cut off because of the alignment issue. Can someone help me get this aligned, please?

Website: Girl Down The Street

Thank you,

Justin

hello @docgraves

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.icon.icon-tiktok{
    margin-right: 0px;
    margin-bottom: -12px;
    height: 20px;
}

That worked perfectly, @Kinjaldavra . Thank you very much!