How can I change the position of header icons without affecting the mobile version?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the Bottom of the file:
.header {
max-width: 100%;
}
1 Like