Home › Forums › Support › reduce footer spacing between copyright line and navigation on mobiles This topic has 8 replies, 2 voices, and was last updated 4 years ago by Leo. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts March 21, 2019 at 9:24 am #845809 Anil Please guide how to reduce footer spacing between copyright line and navigation on mobiles… GeneratePress 2.2.2GP Premium 1.7.8 March 21, 2019 at 9:26 am #845815 LeoStaff Customer Support Hi there, Can you disable Autoptimize and caching plugins first? Let me know 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 21, 2019 at 9:30 am #845819 Anil deactivated… March 21, 2019 at 9:39 am #845833 Anil i feel i need to reduce bottom margin of widget in footer bar… March 21, 2019 at 9:45 am #845845 LeoStaff Customer Support You have this CSS added: div:not(.entry-content) .widget ul li { padding-bottom: 20px; } There is also an empty right sidebar widget. Can you fix these first? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 21, 2019 at 9:51 am #845851 Anil removed… March 21, 2019 at 10:26 am #845880 LeoStaff Customer Support So is this all good now? They are pretty close to each other now: https://www.screencast.com/t/qPRuipMwJB1 There are still empty HTML widgets in the sidebar by the way. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 21, 2019 at 10:30 am #845884 Anil Actually I added this @media (max-width: 768px) { .footer-bar { margin-bottom: 0px; } } 1. Do you think it is appropriate? 2. Can you please what following css means which i deleted: div:not(.entry-content) .widget ul li { padding-bottom: 20px; } March 21, 2019 at 2:53 pm #846053 LeoStaff Customer Support Yup the CSS looks good if it works for you. The CSS you’ve removed is adding padding-bottom to <li> element in all widgets. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In