Site logo

Archived topic

reduce footer spacing between copyright line and navigation on mobiles

8 replies · Started by Anil on March 21, 2019

Viewing posts 1–9 of 9

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...

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.

This archived topic is closed to new replies.