Remove white padding between menu and submenu

Hi @Karla8

I already take out that padding in your previous post. If it not working add !important like the below

Add this on your base.css. Thanks!

.mega-menu__content {
    padding: 0 !important;
}

And Save.

Result:

You should tell me. Im willing to give you solution.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!