How to increase header size when not using a logo

I’m trying to increase the size of my website header, but I’m not using a logo as I think my shop name looks better as it is, is there any way of increasing the size of this when I’m not uploading a logo but just using the default shop name instead?

Thanks

Hey @stefanhframes , Could you please share the store URL? This will allow me to inspect it and provide you with a more tailored solution.

Hey @stefanhframes

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

Hello @stefanhframes
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

thanks!

Hey @stefanhframes

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

amazing thank you Moeed!

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

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

.page-width {
max-width: unset !important;
}

result

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