Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1233245

    I’m losing my social media icons on my submenu when I view my website on a mobile phone. I can see the icon when viewed on a desktop. When I test the responsiveness the icons disappear.

    #1233276

    Hey kenshejoe,

    Can you give us a link to the page where the submenu appears? so we can check it.

    Best regards,
    Nikko

    #1233583
    This reply has been marked as private.
    #1233600

    Hi,

    Add this to quick css:

    
    @media only screen and (max-width: 767px){
    .responsive #top #header .social_bookmarks {
        display: block;
    }}
    
    @media only screen and (max-width: 989px) and (min-width: 768px){
    .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
        display: block;
    }}
    
    @media only screen and (max-width: 479px){
    .responsive #top #header .social_bookmarks {
        display: block;
    }}

    Best regards,
    Jordan Shannon

    #1233806

    Thanks a bunch, that worked.

    #1233820

    Hi kenshejoe,

    We’re glad that hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘submenu icon disappear on mobile devices’ is closed to new replies.