Menu bar background colour full width issue

Solved

Menu bar background colour full width issue

hem0903
Explorer
60 0 11

hem0903_0-1716791355964.png

store url -https://50ef2d-2.myshopify.com/

Hi i used below code to make background white.

div.site-header__nav-standalone {max-width: 100%;
background: white !important;
}

but it is not showing on full width.

Accepted Solutions (2)

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @hem0903

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

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file -> Save

 

.site-header.logo_above {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div.site-header__nav-standalone {
  max-width: 100%;
  background: white !important;
  width: 100vw !important;
  margin: 0 !important;
}

 

 

Here is result: 

BSSTechVenture_0-1716792097075.png

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @hem0903, Pls insert this code to your file css: 

 

.site-header.logo_above {
    padding-bottom: 0 !important;
    transform: translateY(1px) !important;
}

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 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

View solution in original post

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @hem0903

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

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file -> Save

 

.site-header.logo_above {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div.site-header__nav-standalone {
  max-width: 100%;
  background: white !important;
  width: 100vw !important;
  margin: 0 !important;
}

 

 

Here is result: 

BSSTechVenture_0-1716792097075.png

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

hem0903
Explorer
60 0 11

Thankyou so much it is working, one more little help it is showing little bit orange in bottom, how to make that white as well.

hem0903_0-1716792331766.png

 

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @hem0903, Pls insert this code to your file css: 

 

.site-header.logo_above {
    padding-bottom: 0 !important;
    transform: translateY(1px) !important;
}

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 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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