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

Hello everyone,

searching for a solution to change the position of the header icons.

Can someone provide an idea or code to change the position of the icons which not affect the mobile version?

thanks in advance

1 Like

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

thanks @ZestardTech :slightly_smiling_face: working 100%

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.