Archived topic
reduce footer spacing between copyright line and navigation on mobiles
8 replies · Started by Anil on March 21, 2019
Please guide how to reduce footer spacing between copyright line and navigation on mobiles...
Hi there,
Can you disable Autoptimize and caching plugins first?
Let me know :)
deactivated...
i feel i need to reduce bottom margin of widget in footer bar...
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?
removed...
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.
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;
}
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.