Hi,
Mobile only – Social icons in header
Is there any CSS that can be added so that the Facebook and Instagram icons appear in the top next to the burger menu – for mobile only?
Thanks
Hey woogie07,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 479px) {
.responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
display: block;
}
}
Best regards,
Mike