How can I make my company logo bigger on a mobile display?

How can I enlarge my company logo on mobile?

Here’s my website:
https://sanctuarygirl.com

It looks great on desktop, but on mobile the logo display is tiny. Any help is greatly appreciated!

Many thanks!

HI @chayes12321

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->queries.css (or theme.liquid → tag) ->paste bellow code in bottom of file

@media screen and (max-width: 980px)

#logo img {

max-width: 250px !important;

}

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

Thanks so much! That worked!