Archived topic
Disable Footer Widgets
5 replies · Started by bluebit on August 22, 2015
How do I disable just the footer widgets, not the footer? I want the footer to touch the body.
Hi there,
This should help: https://generatepress.com/knowledgebase/choosing-footer-widgets/
Let me know :)
Actually, I think it's the content body. I want to get rid of the greenish space.
I removed all spaces in the content, but can't make the photo touch the footer.
Give this CSS a try:
.home .hentry,
.home.one-container .inside-article,
.home .entry-content p {
margin-bottom: 0;
padding-bottom: 0;
}
.home .entry-content img {
position: relative;
vertical-align: bottom;
}
Hi,
Please, I am trying to disable the whole footer area. I will be building mine using elementor. I don't seem to find where this is:
https://docs.generatepress.com/article/layout-element-overview/#disable-element
Please help.
Hi there,
if you want to disable it site wide then use the Layout Element:
https://docs.generatepress.com/article/layout-element-overview/
Under the disable options you can remove the footer.