Skip to main content

I could have sworn I saw a post that contained the CSS to adjust the size of the footer. But for the life of me I cannot find that. And me in my haste, rolled back that update and deleted the code without having it saved offline.

 

I need to expand my footer and wanted to see if anyone had that information for me.

Thank you in advance.

@gcrawford88 Can you describe more what you’re trying to do? Do you just want to increase the height of the footer area?


I need to expand the size of the footer.

 


It depends on what part of that area you want to expand.  The entire footer area could be expanded to 600 pixels high like this:

doc-layout .doc-layout-footer {

height:600px !important;

}

 

Inside of the above is a div that would contain the Powered By stuff or whatever text you put in there.  It can be adjusted like this:

doc-layout-common-footer .doc-layout-common-footer {

height:600px !important;

}


Reply