Hello,
I need to make the spacing between the social icons menu smaller. I am using Dawn theme.
The current design is:
The requested design is as below:
My URL is: https://porsche-rj-8273.myshopify.com/
Hello,
I need to make the spacing between the social icons menu smaller. I am using Dawn theme.
The current design is:
The requested design is as below:
My URL is: https://porsche-rj-8273.myshopify.com/
Hi @eytanlub
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
.footer-block–newsletter .list-social__link {padding: 0.3rem !important;}
.footer-block–newsletter .list-social__item .icon {width: 40px !important; height: 40px !important;}
Regards,
San
Please add below css code at bottom of assets/base.css file
.list-social__link {
padding: 0.3rem;
}
.footer-block–newsletter .list-social__item .icon {
width: 35px !important;
height: 35px !important;
}
Thank you.
Perfect. Thanks.
Also, I was able to adjust icon dimensions.