Hi Guys,
How to reduce the gap between social media icons in the footer as shown below :
Thank you
@Alliance
put below css into theme.liquid before closing tag
@Alliance
use below one
Hello @Alliance ,
I would like to give you recommendation to support you.
To canThe Gap Between Social Media Icons, please follow my step to make it :
*Note: you can replace the number 10 with another number you want to reduce.
I hope you find the answer helpful. If you need further support, do not hesitate to reach out to us.
Kind & Best regards,
GemPages Support Team.
@Alliance
You can try follow this path:
Themes => edit code => asset => theme.scss.liquid
and add this code to bottom of the file theme.scss.liquid
.social-icons__item {
padding: 0px 8px !important;
}
Thank you.