hI,
On my site te social icons (links) doesnt work on the mobile website, in the normal website there is no problem.
You have a solution ?
Hey BPC,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive.html_header_top.html_mobile_menu_tablet #header_main .social_bookmarks {
display: block;
}}
Best regards,
Yigit