Hello, i am trying to aline the socials icons and payment icons (footer Section):
i tried to modify the section.footer.css but it didn’t work.
URL: secretsbyglammy.com
password : bawtuy
A user is experiencing alignment issues between social media icons and payment icons in their Shopify store’s footer section. Initial attempts to modify section.footer.css were unsuccessful.
Solution provided:
theme.liquid file via Online Store > Edit Code</body> tag to align the iconsFollow-up adjustment:
When the user requested to move social icons to the left, updated CSS code was provided to achieve the desired layout.
The solution involves custom CSS styling rather than modifying the footer section file directly. Screenshots were shared showing the before and after results of the alignment fix.
Hello, i am trying to aline the socials icons and payment icons (footer Section):
i tried to modify the section.footer.css but it didn’t work.
URL: secretsbyglammy.com
password : bawtuy
Hey @Brilant
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
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
If I wanted to move the social icons to the left?
Hey @Brilant
Remove the previous code and add this new code with the same steps
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed