help making footer widgets responsive
-
hi there
i need help, created a twenty twelve child theme and added 4 footer widgets, here are the css
#footerwidget { padding: 1rem 1rem; padding-bottom: 0; overflow: hidden; width: 98%; display: block; float: center; } /* Two Widget Areas */ #footerwidget.two .widget-area { float: left; margin-right: 4%; width: 46.7%; } #footerwidget.two .widget-area + .widget-area { margin-right: 0; } /* Three Widget Areas */ #footerwidget.three .widget-area { float: left; margin-right: 4%; width: 29.7%; } #footerwidget.three .widget-area + .widget-area + .widget-area { margin-right: 0; } /* Four Widget Areas */ #footerwidget.four .widget-area { float: left; margin-right: 4%; width: 21.3%; } #footerwidget.four .widget-area + .widget-area + .widget-area + .widget-area { margin-right: 0; }how do i make them responsive. i want these widgets show beneath each other in small screens, not next to each other. been trying the whole day. i’m missing something somewhere
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘help making footer widgets responsive’ is closed to new replies.