Viewing 4 replies - 1 through 4 (of 4 total)
  • 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;
    }

    Thread Starter Cesare

    (@cezareluke)

    Perfect

    Thank you so much

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Submenu horizontal’ is closed to new replies.