Paper Theme Footer

Hello - I am using the Papers Theme on an Omeka S 3 install. I would like to have the footer display the entire width of the page, however, I can’t find where i would make that change in the code. I appreciate any guidance on how to accomplish this.

Thanks so much.

Hi! You’ll want to download the CSSEditor module, then use configuration to set the following style:

footer .wrapper {
  max-width: none;
}

That should get you the full width footer.

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.