Tagged: menu, social media icons
Hallo Team Kriesi,
alle – echt alle posts zu diesem Thema durchsucht und keine Lösung gefunden. Am ehesten, bzw. derzeit eingesetzt ist https://kriesi.at/support/topic/fullwith-dropdown-unter-hamburger-menu-mit-social-media-icons/#post-1266922
Wie bekomme ich die Social Media Icons zentral unter dem Menü positioniert?
Leider alles doppelt, bzw. im Quellcode sogar 4 x enthalten ;)
Bitte – danke.
Hey xxtita,
Thank you for the inquiry.
Looks like you’ve managed to add the social icons to the burger menu. To remove the duplicate and adjust the icons’ position, you can add this css code.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#av-burger-menu-ul .burger_social_bookmarks {
display: flex;
justify-content: start;
}
#av-burger-menu-ul .burger_social_bookmarks+.burger_social_bookmarks {
display: none;
}
}
Best regards,
Ismael
Hi Ismael,
slightly modified to be able to serve the buttons and now its perfect.
Thank you.
As always a pleasure.
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike