How can I increase the size of my 'Mollycoddle Meg' logo?

Topic summary

A store owner seeks help enlarging their ‘Mollycoddle Meg’ logo on their homepage. Multiple community members offer assistance:

Proposed Solutions:

  • One user suggests adding custom CSS code to the theme.liquid file (above the tag)
  • Another recommends inserting code before the tag, specifically targeting the homepage template

Important Caveat:

  • A warning is issued that the proposed code solution may break the store’s layout on mobile devices

Store Details Shared:

The discussion remains ongoing with a potential solution provided but an unresolved mobile responsiveness concern that needs addressing before implementation.

Summarized with AI on November 17. AI used: claude-sonnet-4-5-20250929.

Hi

Can someone please help me to make my ´Mollycoddle Meg´ logo on my homepage larger. I would like it to be about the size of the ´Dog Lover Gifts´ title.

Kind regards

Molly

Hey @Molly8

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

1 Like

Hi @Molly8

Could you share your store URL and password protected?

Hello,

Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.

Hi

Sorry yes.

mollycoddlemeg.co.uk

password - preepi

Add this code to your theme.liquid file before tag

{% if template == 'index' %}

{% endif %}

This code will break layout of your store on mobile device.