[ad_1]
Hello,
Setting the submenu items that way might make so that some submenu items will not be seen on the screen, depending on its size.
However you can add this extra CSS code in Customizer -> General Settings -> Additional CSS :
ul.dropdown-menu ul {
display:flex!important;
}
Thread Starter
Cesare
(@cezareluke)
Wow. Perfect.
Last thing, it’s possible to decrease the space between one item and another in the submenu?
Thank you so much
Hello,
Yes, please also add this CSS code:
ul.dropdown-menu ul li a{
padding:10px!important;
}
