Dropdown button of the sub-menu

Hi there,

since one of the last Wordpress updates, there have been some issues concerning the social icons and the dropdown button icon. By adding the following additional css, the issues could be fixed:

.shapely-dropdown {
display: inline;
margin-left: 7px;
}

.dropdown:after {
display:none;
}

.social-icons .fa {
font-family: “Font Awesome 5 Brands”;
}

However, the dropdown button of the sub-menus is not shown in the right place, as it has been before. The buttons appear not in the same line as the menu link.
grafik

Is there any possibility to fix this issue as well? Thanks a lot in advance.

Greetings,
Daniel

P.S.: Nina Gilzem Fotografie - individuelle Fotoshootings in Stuttgart (nina-gilzem.de)

Hi there

You can use this css code to fix your problem:

.shapely-dropdown {
    position: absolute;
    right: 3px;
}

Regards

1 Like

Thanks alot, it works splendidly :+1:

Hi

You are welcome :slight_smile: