hi all , i want to move the social media icons closer to profile and cart icon
without affecting the footer social media icons
any help is appreciated !
https://marthajewelry.myshopify.com/
password - test
hi all , i want to move the social media icons closer to profile and cart icon
without affecting the footer social media icons
any help is appreciated !
https://marthajewelry.myshopify.com/
password - test
Hello @hasanali1
To move social media icon closer to account icon follow this steps :
.footer__list-social.list-unstyled.list-social{
left: unset !important;
}
Hope this works well.
Hey @hasanali1
Follow these steps:
Hello @hasanali1 For removing space you have to do simple thing.
Go to Online Store > Edit Code > click and open Section-footer.css file and find this class name .footer__list-social.list-unstyled.list-social and you will see css like left: -23px just replace with left: 0px; That’s it!
I hope it will work for you!
Hi @hasanali1
Greetings from the Store Watchers Support Team! Happy to help you today.
To move the social media icons closer to profile and cart icon without affecting the footer social media icons, please follow the below steps.
Online Store ->Theme ->Edit code → Assets ->base.css
add the following code at the end of the file
header .footer__list-social.list-unstyled.list-social {
left: 0.5rem !important;
}
You can change the 0.5 value as per your need.
After applying the code it will look like this
Hope this will help you, Let me know if need any help!
Regards,
Store Watchers Support Team
Hi @hasanali1
Go to the online store
Edit the code file: section-footer.css paste the code
.footer__list-social.list-unstyled.list-social {
position: relative;
left:1rem;
}
I hope this solution will works. feel free to text me back if you have any question.
Please follow below steps
@hasanali1 Change the header social media class so it not got affect to the footer social media icon
header__list-social list-unstyled list-social