Change Child Nav Height and Width

Good day,

I would like to ask if how to change the Child Nav Size?
like in my snapshot. I want the size to be in your site

Hi @johnromark,

Play with the padding. Increase the padding with this css code, use the values that you want:

navbar-nav > li > .dropdown-menu {
 padding: 10px;
}

Thanks,

Cristian