Follow us

I want the follow us to be at the centre of the icon. It should be at the middle above the instagram icon. Any solution please. https://www.diversifiedgiftsonline.com/

Add this code in your edit code > theme.css File

.tt-box-info ul {
    justify-content: center;
}

Hey @Alyssa4965

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @Alyssa4965 ,

Step 1: Go to Shopify Admin β†’ Online Store ->Theme β†’ Edit code

Step 2: Search file theme.liquid

Step 3: Inside head tags. You need create style tags. After insert my code inside style tag

header .tt-box-info ul {
   justify-content: center !important;
}

header .tt-box-info ul li:has(.icon-) a {
    margin-left: -25px !important;
}

Here is result:

Hope this can help you :heart_eyes:

1 Like

This works perfectly

1 Like

@Alyssa4965 , No problem, Have a nice day :heart_eyes:

1 Like

is there anyway you could help me with an issue im having with white spacing above and below my video on my password page for mobile?

1 Like

Hi @216tae , Can you kindly share your store link with us? We will check it and suggest you a solution if possible