How can I add padding to navigation menu icons by editing theme code?

Hi there,

I’m trying to add padding to the left (navigation menu) and right (basket) header icons on our website. How do I do this by editing the theme code?

https://futureselfshop.com/

Thanks!

Ella

1 Like

@EllaFS

sorry for any issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss ->paste below code at the bottom of the file.
.main-header-link {padding: 20px 30px;}

Amazing, thank you so much!

1 Like

@EllaFS

its my pleasure to help us