How can I shift my mobile header logo to the left?

Hello

How can I move my header logo a little more to the left in mobile phone view?

It’s slightly off centre

Thank you

Hey @nvisibl1

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @nvisibl1

Please share your store link

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 Top of the file:
.header__heading .header__heading-link {
padding-left: 0;
}

Perfect. Thank you very mcu :slightly_smiling_face:

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.