Hello,

i dont want to show the footer blocks on my website.
How can i disabled this blocks / reduce the size of this blocks?

Many thanks!

Comments

daiwik.addweb’s picture

Please follow the below steps:

1. The Footer blocks are showed from the page.tpl file. If you want to remove footer blocks then remove specific section from your page.tpl file.
2. For reducing the size of the block add below css in your custom.css file.

#footer{padding:0 0 50px;}
#footer-bottom{padding:0;}

Let me know if you face any query/concern regarding this.

Thanks!

avpaderno’s picture

Issue tags: -footer disabled

I am removing the tags used in just few issues. I apologize for bumping this issue.

djsagar’s picture

Status: Active » Needs review

Hi Kiamlaluno,

Go to admin/structure/block in your local and disabled footer block which you don't want if you remove all footer block like Footer first, Footer two and Footer three then you have to remove footer padding in css then it's only looks good.

I hope this will resolved your issue.

Thanks!

bhumikavarshney’s picture

Status: Needs review » Reviewed & tested by the community

@djsagar Thanks!
This is the right way to disable the footer.

avpaderno’s picture

Status: Reviewed & tested by the community » Active

It's a support request: Its status cannot be Needs review (since there isn't anything to review) nor Reviewed & tested by the community. Since neither the OP nor one of the maintainers posted to confirm that is the way to disable the footer, I am resetting the status to Active.

djsagar’s picture

@kiamlaluno
Thanks you for correcting me, i'm glad that you correct me.