Take out default padding on Mega Menu in mobile?

Hi, does anyone know a quick solution to take out/edit the default padding on Nav bar in Mega Menu. I’m getting image below in mobile - and because I have a round logo, it just needs to go about 5px to the left to look properly aligned with the drop down menu items below it:

Try this custom CSS. Adjust as needed for your spacing.

/* Adjust spacing on left side of Mega Menu in Mobile View */
.foundry-mega-menu-toggle {
    padding-left: 5px !important;
}
3 Likes

that works perfectly. Thank you @DLH