Prestige Theme: Reduce Mega Menu Distances

Hello,

I would like to reduce some distances in the mega menu of the Prestige Theme.
I’ve attached an image: How can I change distance 1, 2 and 3?

Best regards

Hello @ngtblt ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file or theme.scss.liquid file

Add this following code at the bottom of page

.mega-menu-title-class {
    margin-bottom: 5px;
}

Save and preview

Hope this can help.

Transcy

Does not work