Header social media icons issue

Hi All

would appreciate some help with my custom header, i would like to have the icons in my header and get rid of the error code, also i would like them to fit next to each other without any underneath eachother.

my website is www.timelesstouring.com.au

would appreciate any assistance!

Hello @michaeltt ,

Seems you remove a icon file from snippets.
Create a file under snippets → icon-account.liquid and error will be fixed.

To fit the icons, please follow:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code at the bottom:

.header__icon.header__icon--account.link.focus-inset.small-hide {
    display: none;
}

Thanks