Make side padding white on mega menu

Solved

Make side padding white on mega menu

Luxurymrkt
Globetrotter
756 2 161

Hi,

 

I want to add white sides to my mega menu on desktop. My site is https://vazluxe.com

 

make sides of menu white.png

Thank You | mike
Accepted Solution (1)

CafeDelMar
Shopify Partner
163 36 45

This is an accepted solution.

Hey @Luxurymrkt.

 

Here's how to achieve that:
1. Navigate to Sales Channels → Online Store → "Customize" button → Theme settings (Gear icon on the left sidebar) → Custom CSS
2. Add the following code:

div[data-meganav-type="full_width_meganav"] {
  width: 100vw !important;
   max-width: 100% !important;
   background-color: white;
}

div[data-meganav-type="full_width_meganav"] > .meganav__inner {
	max-width: 1400px;
	margin-left:auto;
	margin-right: auto;
}

3. Save (right top corner)
4. Hard refresh the storefront

 

If done correctly, the result should be like this:

Screenshot_3.png

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Replies 4 (4)

Votchex
Tourist
16 1 3
HI @Luxurymrkt either it come from your theme settings or co.de 

CafeDelMar
Shopify Partner
163 36 45

This is an accepted solution.

Hey @Luxurymrkt.

 

Here's how to achieve that:
1. Navigate to Sales Channels → Online Store → "Customize" button → Theme settings (Gear icon on the left sidebar) → Custom CSS
2. Add the following code:

div[data-meganav-type="full_width_meganav"] {
  width: 100vw !important;
   max-width: 100% !important;
   background-color: white;
}

div[data-meganav-type="full_width_meganav"] > .meganav__inner {
	max-width: 1400px;
	margin-left:auto;
	margin-right: auto;
}

3. Save (right top corner)
4. Hard refresh the storefront

 

If done correctly, the result should be like this:

Screenshot_3.png

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution
Luxurymrkt
Globetrotter
756 2 161

Thank YOU 🙂

Thank You | mike
CafeDelMar
Shopify Partner
163 36 45

Anytime! Glad to help! 🙂

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution