1. Create a Region with position footer in 0 (global) page. And static id will 'footer'
2. Copy Pest the CSS in Source
<style>
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: red;
color: white;
text-align: center;
}
3. Copy Pest the HTML in Footer Text
<div class="footer" style="border-style: outset;background-color:#efefef;color:#f5831e" >
© Developed and Maintained by ...............
<img src="Image Src" alt=".........." width="48" height="15"> </div>
No comments:
Post a Comment