Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1096442

    I placed the social in the top secondary menu in the upper right corner, do not appear on Mobile devices, iphone, ipad….
    How can I enable social viewing even on mobile devices

    #1096579

    Hey marcobe,

    Thank you for contacting us.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    @media only screen and (max-width: 989px) and (min-width: 350px) {
    .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
        display: block !important;
    }}
    
    
    

    If you still have an issue please post the link to your site so we can help you better.

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.