Need some help with CSS please / Menu items space

Hi,

if possible: I would like to add some space between menu items on this site:
https://fuellemann.info/test/traumatherapie-friedenau/

Currently the menus are overlapping when hovered:

Thank you very much!

Jan

1 Like

You can give this a try:

.nav > li.top-level-item {
    margin-left: 5px!important;
 }

Right now the left margin is set to -5px, so you can set to what you want (space permitted).

2 Likes

Thanks, that did it. I set it to 0 as otherwise the left margin would be off on a mobile view.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.