Hello @bharatm23
You can achieve this by applying following CSS code
.footer-widgets {
padding: 50px 0 !important;
background-color: #252525;
}
@media(max-width:320px) {
div#sidebar-footer {
height: 320PX;
}
}
@media(max-width:480px) {
div#sidebar-footer {
height: 320PX;
}
}
Thanks.
-
This reply was modified 8 years, 10 months ago by
wbcomdesigns.
Thanks wbcomdesigns
That certainly reduces the space, but its not quite enough. Any way to really cut down the redundant spacing?
By the way, I’ve checked the padding for the text widget, it’s at 10, so that shouldn’t be the issue.
Here’s the link again
http://www.aumairconditioning.com/
Thanks!