Hi,
I want to add white sides to my mega menu on desktop. My site is https://vazluxe.com
A user wants to add white side padding to their mega menu on desktop for their Shopify store (vazluxe.com). An image shows the desired outcome with white margins on both sides of the menu.
Solution provided:
Status: Resolved. The solution was tested and confirmed working with a screenshot showing the white side padding successfully applied.
HI @Luxurymrkt either it come from your theme settings or co.de
Hey @Luxurymrkt .
Here’s how to achieve that:
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;
}
If done correctly, the result should be like this:
Thank YOU ![]()
Anytime! Glad to help! ![]()