https://black-bee-1.myshopify.com/
Password: Giaske
Hi, this is Dawn theme, just trying to add a TINY bit of space between the account and cart icon. Thank you so much I’ll vote for you!
https://black-bee-1.myshopify.com/
Password: Giaske
Hi, this is Dawn theme, just trying to add a TINY bit of space between the account and cart icon. Thank you so much I’ll vote for you!
Hi @kirstenlc5
I would like to give you a solution to support you.
You can try adding code by following these steps:
Go to Online Store → Theme → Edit code https://prnt.sc/XkUYXZPnym_E
Open your base.css in the Assets folder.
Paste the below code at the end of the file. https://prnt.sc/jRaiOlIU6Hc-
header .header__icon.header__icon--cart{
margin-left: 5px !important;
}
Best regards,
GemPages Support Team

I had to do negative rem instead but your solution helped me to find the answer