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
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