header icons distance, account and cart on dawn theme

Hi, I have this website

https://upcycled-military-bags.myshopify.com/

password UpCycled

on header, how can I make the distance smaller between account and cart icon?

Thanks for your help

Hi @urbantis ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.header__icons .header__icon.header__icon--account {
    width: 20px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

thank you