Home › Forums › Support › Flexible Footer Widths › Reply To: Flexible Footer Widths
September 22, 2016 at 10:17 am
#228682
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%;
}
}
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development