HI guys
How can I reduce the vertical spacing on the megamenu on smaller screens
it currently looks like this
And I want it to be spaced more like this
Thanks for your help Shemeam
shemeam Hi Add this code in custom css and reduce the min-height value
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link { min-height: 8rem; }