Dear Florine
@florine
This may not be the most graceful way to do it, but maybe it works for you 🌝
The following code clones your social-media group and adds it after the last menu element "uber mich"
jQuery('#handyrow').clone().insertAfter('#menu-item-388');
Result:
Screen Shot 2022-03-20 at 5.03.12 PM.png
There would need to be some changes to the handyrow css:
.mobile-nav #handyrow {
position: initial;
top: 0;
left: 1.5%;
z-index: 40;
}
You can specify it only to apply to the handy-row within the menu by adding .mobile-nav beforehand.
Hopefully if this isn't exactly whats needed it still helps you in the right direction Florine ⭐️
best wishes
Richard