Tagged: header, mobile view, social icon
Hi,
how can I add Social Icons on header on mobile view?
Looking forward hearing from you
Hey maryenvato,
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;
}
}
Best regards,
Rikard
Hi Rikard, this is my quick css…
But the code does not work
Hi,
Please try this instead:
@media only screen and (max-width: 767px) {
.responsive #top #header .social_bookmarks {
display: block !important;
}
}
Best regards,
Rikard
Now, the code works.
Thanks