Logo Height

Hello can anyone help me increase the logo height please for mobile view?

Url: https://errival.com/

From this:

To something like this:

thanks in advance.

Hello @Ryan1998

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (max-width: 767px) { .header__heading-logo { height: 62px !important; } }

niraj_patel_0-1722521744640.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Hi @Ryan1998 ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

thanks!

@Ryan1998 , No problem. Have a good day :heart_eyes: