Hi I recently updated Enfold to the latest version. For some reason the social media icons now disapear when viewed on a mobile.
Is there something I’m missing?
website in question is linked below
kind regards
Duncan
Hey Duncan,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top #header .social_bookmarks {
display: block !important;
}
}
Best regards,
Rikard
Brill…Thanks, works perfectly :)