[Resolved] Is there a way to HIDE Social light plugins for mobile?

Home Forums Support [Resolved] Is there a way to HIDE Social light plugins for mobile?

Home Forums Support Is there a way to HIDE Social light plugins for mobile?

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

    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

    #123099
    Tom
    Lead Developer
    Lead Developer

    Absolutely! Give this CSS a try:

    @media (max-width:800px) {
          .site-header .header-widget {
                display: none;
          }
    }
    #123102
    George

    Perfect! Thanks and incredible fast support!

    #123103
    Tom
    Lead Developer
    Lead Developer

    Happy to help! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.