Reply To: Flexible Footer Widths

Home Forums Support Flexible Footer Widths Reply To: Flexible Footer Widths

Home Forums Support Flexible Footer Widths Reply To: Flexible Footer Widths

#228682
Tom
Lead Developer
Lead Developer

Same idea as the above:

@media (min-width: 769px) {
    .active-footer-widgets-4 .footer-widget-1 {
        width: 20%;
    }

    .active-footer-widgets-4 .footer-widget-2 {
        width: 20%;
    }

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

    .active-footer-widgets-4 .footer-widget-4 {
        width: 40%;
    }
}