Question

Footer CSS

  • 24 September 2021
  • 3 replies
  • 206 views

Userlevel 4

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.


3 replies

Userlevel 6
Badge +1

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

Userlevel 4

I need to expand the size of the footer.

 

Userlevel 6
Badge +2

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