Expanse theme mega menu how to balance empty white space bar on desktop?

website kawaiibonjour.com

Hi @KetanKumar , do you know how to solve this?

1 Like

@AlexYZ_1

oh sorry for that issue can you please remove last code and add this c

.site-nav__dropdown-list {
    max-height: 525px;
    overflow: hidden;
    overflow-y: auto;
}
1 Like

@KetanKumar Thanks! Fixed