Archived topic
Is there a way to HIDE Social light plugins for mobile?
3 replies · Started by George on July 23, 2015
Viewing posts 1–4 of 4
Hello,
I've been adding the Social light plugins to several of my Generate Press sites, to the right of the header image. However, when you look at the site through the phone, the icons line up above the logo image. Is there a good CSS code to hide icons if the page is loaded up on a platform less than 800 pixels wide?
Thanks,
George
Absolutely! Give this CSS a try:
@media (max-width:800px) {
.site-header .header-widget {
display: none;
}
}
Perfect! Thanks and incredible fast support!
Happy to help! :)
This archived topic is closed to new replies.
