How can i fix logo page on header

On the home page “Goholidaysale” is not lined up on desktop web page. Can someone help me with it or Guilde me how to do it?

Hey @Juliakim

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Goholidaysale.com

Hey @Juliakim

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

Hello @Juliakim
Go to online store ----> themes ----> actions ----> edit code---->theme.css
add this code at the end of the file.

.header-logo {
max-width: 200px !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks