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

    How can I hide footer widgets on mobile only?

    #411690

    Hey anogma!

    Add this to your custom CSS.

    @media only screen and (max-width: 767px) {
    #footer { display: none !important; }
    }

    Cheers!
    Elliott

    #412789

    This didn’t work. Footer widgets stil present on screen smaller than 767px. Any other solution?

    #413058

    Hey!

    If you are using CSS minifying feature, please disable it and flush cache. Code Elliott posted should work fine. If disabling minifying feature does not help, please post the link to your website. We may need a temporary admin login as well

    Best regards,
    Yigit

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