Hello,
I would like your help with an issue that is bothering us
We have made our online store exactly how we wanted it to look,
The main problem we want to solve now is that,
I would like the box with the share icons to be left aligned
Any solutions?
Site: https://www.petjoyfully.com
Hello @Kostas_katal
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
.list-social {
justify-content: flex-start !important;
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hey @Kostas_katal ,
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.
1 Like