Site logo

Archived topic

Menu Dropdown issue

5 replies · Started by Ree on September 6, 2021

Viewing posts 1–6 of 6

I have this issue with displaying the dropdown arrow on menu when the words are too long.

How can I solve this please?

Hi Ree,

Consider adjusting the size of "Menu item width" and "Submenu item" on Appearance > Customize > Layout > Primary Navigation.

Let us know if you find the setting insufficient to what you're trying to do. :D

thanks that works!

How can I indent the submenus?

Also after expanding the submenus, there is a line below activated submenu block. How can I remove that?

Hi there,

try this CSS:

.dropdown-click .main-navigation ul ul ul {
    box-shadow: unset;
    padding-left: 10px;
    padding-bottom: 15px
}

thank you! works great

Glad to hear that!

This archived topic is closed to new replies.