Home › Forums › Support › Remove Footer Widget and align footer text centered on mobile This topic has 3 replies, 2 voices, and was last updated 4 years, 6 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 19, 2020 at 1:55 pm #1199976 Kris Hi Tom and Crew, I hope you all are doing well during this Covid-19 thing. I would like to remove the center footer widget on mobile so the logo image does not show. Also, I’d like to center align the text on the left and right widgets on mobile. Got some starting CSS I can use? Thanks and stay safe! March 19, 2020 at 2:20 pm #1199997 LeoStaff Customer Support Hi Kris, Try this CSS: @media (max-width: 768px) { .footer-widget-2 { display: none; } .inside-footer-widgets { text-align: center; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ March 19, 2020 at 2:36 pm #1200007 Kris Thanks Leo! I just went with centered for them all. Simpler and looks better. Cheers! March 19, 2020 at 2:36 pm #1200008 LeoStaff Customer Support No problem 🙂 Take care! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In