Home › Forums › Support › Footer widgets 2 to 1 column responsive break point › Reply To: Footer widgets 2 to 1 column responsive break point
March 19, 2016 at 10:41 pm
#180387
Tom
Lead Developer
Lead Developer
Try this:
@media (max-width: 768px) {
.inside-footer-widgets > .grid-50 {
width: 50%;
float: left;
}
}
@media (max-width: 500px) {
.inside-footer-widgets > .grid-50 {
width: 100%;
float: none;
}
}