Debut Theme - Social share icon is truncated/broken. How to fix it?

Hello,

Does anyone know how to fix the Facebook social share icon that is not displaying as it should?

Cheers!

https://als.net.au/products/hand-sanitiser-gel-500ml

ul.social-share {
    margin-top: 20px;
    text-align: left;
    display: inline-flex;
}
and 
ul.social-share li:last-child {
    margin-right: 0;
    display: inline-flex;
}

go to theme.scss.liquid, change this above

hello @OMDIGI

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

ul.social-share {
    margin-top: 20px;
    text-align: left;
    display: inline-flex;
}
ul.social-share li:last-child {
    margin-right: 0;
    display: inline-flex;
}

Hi @eComInsider

Thanks for taking the time to help me. Much appreciated!

The icons are now displaying in the same line, however, Facebook second icon is still truncated. Any ideas?

This is the code:

ul.social-share {
margin-top: 20px;
text-align: left;
display: inline-flex;
li {
display: inline-block;
text-align: left;
margin-right: 12px;
&:last-child {
margin-right: 0px;
display: inline-flex;
}
&.facebook {
.fb-like > span {
vertical-align: 0px !important;
}
}
}
}
span[class*=“_button_pin”][data-pin-x] {
margin-right: 44px;
}

https://chrome.google.com/webstore/detail/shopify-theme-file-search/mhchmhfecfdpaifljcfebnlaiaphfkmb?hl=en

download above chrome extention, and it will allow you to search file in all over theme, search for share bottom or turnccated etc, you will figure out yourself, where is the issue.