Home › Forums › Support › Keeping 3 x footer widgets for tablet screen size This topic has 5 replies, 2 voices, and was last updated 7 years, 4 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 23, 2015 at 12:30 am #154892 Anton How do I get the footer widgets to keep showing 3 x 33% when the browser viewport is reduced to tablet size? (Instead of collapsing to show 2 x 50% widgets and 1 x 100% underneath them.) Thanks November 23, 2015 at 8:59 am #154990 TomLead Developer Lead Developer Hi there, This should help: https://generatepress.com/forums/topic/footer-widgets-cut-off-for-multiple-rows/#post-135953 Let me know ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development November 23, 2015 at 3:52 pm #155167 Anton Can’t it be done just using some CSS? November 24, 2015 at 12:06 am #155227 TomLead 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 November 24, 2015 at 4:04 am #155361 Anton Thanks Tom. Don’t we also want “…and (min-width:768px)” so it still collapses to one column on mobiles? Anton November 24, 2015 at 10:10 am #155425 TomLead Developer Lead Developer Ah, you’re right. I just adjusted the CSS above ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In