mega menu fix spacing

Hi,

my mega menu the columns don’t seem to be spaced correctly. I’d liek them to be closer together and same distant from each other. my site is https://vazluxe.com/

Hi @Luxurymrkt

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file

.meganav[data-meganav-type="full_width_meganav"] .meganav__primary .meganav__nav {
    width: 80% !important;
}

Result

Best

DaisyVo