How do I add a tiny bit of spacing between the header icons?

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:

  1. Go to Online Store → Theme → Edit code https://prnt.sc/XkUYXZPnym_E

  2. Open your base.css in the Assets folder.

  3. Paste the below code at the end of the file. https://prnt.sc/jRaiOlIU6Hc-

header .header__icon.header__icon--cart{
   margin-left: 5px !important;
}
  1. Save the file and double-check.

Best regards,
GemPages Support Team

1 Like

meiw2.PNG

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

1 Like