How can I have the header color fill the entire width?

Solved

How can I have the header color fill the entire width?

arlenkhalin
Visitor
2 0 2

Hi everyone in the community!
Hopefully you can assist me! Although I've incorporated this unique code that I put together from several community threads, I'm still not quite at my desired level.
Context: I require a distinct logo and header for a single page (template) like sgpa. The header and the logo that I oversaw are (largely) the correct color, but they don't extend completely. I managed to accomplish that, but it's not what I wanted with the navigation and cart symbol stretching to fill the screen.

 

 

 

The purple should reach its maximum width on desktop (mobile is working properly at the moment).

 

Accepted Solution (1)
BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

BSSTekLabs_0-1725714952156.png

Do you want like this?

 

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)

Moeed
Shopify Partner
5409 1461 1749

Hey @arlenkhalin 

 

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

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


BSS-TekLabs
Shopify Partner
2350 701 826

Hello @arlenkhalin 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist 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
arlenkhalin
Visitor
2 0 2
BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

BSSTekLabs_0-1725714952156.png

Do you want like this?

 

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
BSS-TekLabs
Shopify Partner
2350 701 826

- Here is the solution for you @arlenkhalin 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
.container-fluid .col-xl-2.col-lg-3 {
    padding-right: 0 !important;
}
</style>

 

- 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