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:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
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 ![]()
This works perfectly
@Alyssa4965 , No problem, Have a nice day ![]()
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?
Hi @216tae , Can you kindly share your store link with us? We will check it and suggest you a solution if possible


