Simple Sticky Footer is a lightweight module, it allows to promote/advertise on your drupal website as a sticky footer (always on top div).
Installation
First of all activate the module.
Step1: Go to the Simple Sticky Footer module configuration page
Step2: Add the content for the sticky footer, set the width of the sticky footer in pixels.
Step3: Define additional CSS rules like: rounded borders, gradient background, shadows, etc ... Do not use { }, just enter the css properties ex: background:gray;border-top:1px;
Step4: Save it, clear cache (optionally) .
Have fun!
PS: If you have useful feature tip related to this plugin please write in the plugins support section.
FAQ
Why I can't see the bottom part of the page ?
Sticky footer has a fixed position. It's recommended to define padding bottom for your body with the height of the sticky div. Eg: Sticky footer height is 160px. You might define in your themes style.css : body {padding-bottom: 160px;}
How can I customize 100% ?
If it is not enough the customizaton options from the administration panel, you should add extra CSS properties in your style.css from the active theme directory. Of course you can add interactions in your theme's javascript file. Sticky footer has 2 divs:
container: #simple-sticky-footer-container