[Support request] Footer

Home Forums Support [Support request] Footer

Home Forums Support Footer

  • This topic has 1 reply, 2 voices, and was last updated 7 years ago by Leo.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #301196
    Jason Westbrook

    Is it possible to remove the footer widgets from the mobile versions of the site only?

    #301222
    Leo
    Staff
    Customer Support

    Hi Jason,

    Try this CSS:

    @media (max-width: 768px) {
        .footer-widgets {
            display: none;
        }
    }

    Let me know.

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