Tagged: mobile
I have the G+ logo showing in the top header which is fine on desktop but doesn’t look right on mobile as it takes up a whole extra line – can I make it not show at the top on mobile
Hey andrea!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
#header .social_bookmarks { display: none !important; }}
Best regards,
Yigit
perfect, thank you :-)