How to style the dropdown menu

Dear Team,

I managed - thanks to your magic plugin- to get the first level in the menu clickable and the sublevels to appear. But after days of trial and error I need your help for css styling
I don’t know how to style via css the 3rd and fourth level so that they open (on the website) to the right > see pics (the sublevels in brown show as is and the grey ones are how I would like it to be again) unfortunately things seem to have changed so that I cant use my old styling settings. They were:

.dropdown-submenu {
position: relative;
}

.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
display: block;
}

.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
border-left-color: #fff;
}

.dropdown-submenu.pull-left {
float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}

Yes I know that “.dropdown-submenu” does not exist in your plugin but I don’t know what is the correct replacement
I’d be very grateful

Hi there,

I hope you are having an awesome day and thanks for contacting us regarding your query.

Kindly provide me with a link to your site so that I may be able to test some CSS that should work for your setup.

Looking forward to your reply :slight_smile:

Best Regards,
Support

Thanky you SOO much the webadresse is www.kartenkaufrausch.de/shop it still might be quite slow as we’re working on it. Sorry for the late reply - its due to our time difference.

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

.dropdown-menu .menu-item ul.dropdown-menu {
    margin-left: 160px;
}

I hope this helps :slight_smile:

Best Regards,
Support