Hello,
I need help with two issues:
1. On my site configuration I choosed not to show socket, but in one of the pages, it is still showing, only on this page:
http://www.equilibrioambiental.net/atuacao/ the other pages are not showing as choosed.
2. I want to know how can I make the footer padding smaller, as showed in the image bellow.
Thank you.
Fabiana.
Oi Fabiana,
That happens because the content of that page is too small, so the bottom gets filled with the background color, try adding this to the Quick CSS:
.post-entry {
min-height: 550px;
}
Regarding the smaller padding in the footer:
#footer .widget_text {
margin: 0 !important;
}
Cheers!
Josue
Hey!
Try adding this code to the Quick CSS:
#footer {
padding-bottom: 10px !important;
}
Cheers!
Josue
You are welcome, glad we could help :)
Regards,
Josue