hello
can you telle me how to put above the menu the social icons?
best regards
Hi compenseo!
Add this to your custom CSS.
.html_header_sidebar .main_menu {
position: relative !important;
top: 40px !important;
}
.html_header_sidebar .av-sidebar-social-container {
position: absolute !important;
z-index: 999 !important;
}
Best regards,
Elliott
thanks so much
it works like a charm