my website header is too small for desktop and I want to know how to change it

Solved

my website header is too small for desktop and I want to know how to change it

shaunbulamu
Tourist
4 0 1

My website header is too small for my website and I want to make it bigger so it fits the whole page, also I was wondering how to make the heading like the one on the website https://freshoodei.com/ 

Screenshot 2024-10-14 at 4.38.42 pm.png

Accepted Solution (1)

Moeed
Shopify Partner
5793 1575 1870

This is an accepted solution.

Hey @shaunbulamu 

 

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 </body> tag

<style>
header {
    max-width: 100% !important;
}
</style>

RESULT:

Moeed_0-1728884577878.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Get a quick Shopify quote – Click here!

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
5793 1575 1870

This is an accepted solution.

Hey @shaunbulamu 

 

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 </body> tag

<style>
header {
    max-width: 100% !important;
}
</style>

RESULT:

Moeed_0-1728884577878.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Get a quick Shopify quote – Click here!

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications