How to expand the header

Solved

How to expand the header

CreatorTim
Navigator
471 1 71

Hey guys, how can I make the header span the full width of the screen?

 

Right now, it’s kind of centered, but there’s a bit of space missing on both sides. I’d like to extend it fully while keeping all the menu items in the same position they’re currently in. Just extending the header itself.

 

Here’s my store URL: https://1049xn-ya.myshopify.com/

 

Thanks a lot!
Tim

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2401 695 835

This is an accepted solution.

- Here is the solution for you @CreatorTim 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

 

<style>
.header.header--middle-center {
    margin: 0 !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
</style>

 

This is the result you will get:

BSSTekLabs_0-1735706352452.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 5 (5)
CreatorTim
Navigator
471 1 71

It didn’t work. It ended up like this:

CreatorTim_0-1735687496757.png

 

I want to keep everything as it was before but just extend the edges. On a computer, it might not be noticeable, but if you look at it on a mobile, tablet, or even on a Mac, you’ll see that the edges are cut off, and it’s bugging out.

 

So, I just want to extend it fully while keeping the menu items in their current positions.

 

Thank you so much!

Tim

DaisyVo
Shopify Partner
4460 499 594

Hi @CreatorTim ,

You can follow the steps here:

 

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

header.header {
    margin-inline: 0 !important;
}

Here is the result:

DaisyVo_0-1735692111669.png

 

Please let me know if it works!

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

BSS-TekLabs
Shopify Partner
2401 695 835

This is an accepted solution.

- Here is the solution for you @CreatorTim 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

 

<style>
.header.header--middle-center {
    margin: 0 !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
</style>

 

This is the result you will get:

BSSTekLabs_0-1735706352452.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
CreatorTim
Navigator
471 1 71

Thank you so much! Appreciate it

BSS-TekLabs
Shopify Partner
2401 695 835

Glad to be of help. Have a nice day.

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now