Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1435767

    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.

    #1435832

    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

    #1435855

    Hi Ismael,
    slightly modified to be able to serve the buttons and now its perfect.
    Thank you.
    As always a pleasure.

    #1435906

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social media icons in fly-out menu’ is closed to new replies.