Reply To: footer widget custom breakpoint

Home Forums Support footer widget custom breakpoint Reply To: footer widget custom breakpoint

Home Forums Support footer widget custom breakpoint Reply To: footer widget custom breakpoint

#241976
Tom
Lead Developer
Lead Developer

Try replacing this:

.active-footer-widgets-3 .footer-widget-3 {
    width: 33.33%;
}

With this:

@media (min-width: 769px) {
    .active-footer-widgets-3 .footer-widget-3 {
        width: 33.33%;
    }
}