Home › Forums › Support › Keeping 3 x footer widgets for tablet screen size › Reply To: Keeping 3 x footer widgets for tablet screen size
November 24, 2015 at 12:06 am
#155227
Lead Developer
Lead Developer
Give this a shot:
@media (max-width: 1024px) and (min-width: 769px) {
.inside-footer-widgets .tablet-grid-50 {
width: 33.333%;
}
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development