Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #611244

    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

    #611248

    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

    #611249

    perfect, thank you :-)

    #611255

    Hey!

    You are welcome :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘exclude social logo from top – mobile only’ is closed to new replies.