Site logo

Archived topic

Footer

1 reply · Started by Jason Westbrook on April 3, 2017

Viewing posts 1–2 of 2

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

Hi Jason,

Try this CSS:

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

Let me know.

This archived topic is closed to new replies.