Logo image missing from header in Chrome and Edge desktop views

The logo image in my shop header recently disappeared from Chrome and Edge when you view the site from a desktop computer (works fine/logo is visible on mobile browsers, and on Safari either desktop or mobile). Theme is Venue. Any help fixing this would be greatly appreciated!

Hi @mixicles

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.liquid-> tag->paste bellow code in bottom of file

.header__logo-img{
margin-left: 30px !important;
max-width: 200px !important;
}

It will look like this: https://prnt.sc/1-H44Uu8pi5Y

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

Unfortunately this didn’t work for me. Probably because I can’t find the “ tag” portion under Edit Code.

hi @mixicles

I’m very sorry that I missed your message.
you can try again with this code.

Follow this:
Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag

.header__logo-img{ margin-left: 30px !important; max-width: 200px !important; }

Please refer to this screenshot: https://prnt.sc/XDzovyaNMrfo

Thank you.

It worked this time! Thank you so much.