[CMS] [Addon] Footer Change

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
I have noticed that the footer isnt wrapped and looks a bit out of place (in Privs template it does, not sure about the other)
So a simple way to give it a better look.

Replace (found at bottom of /me page)
PHP:
<div class="center copyright">
        <center>Powered by <b></b><a href="http://devbest.com/threads/0-9-revcms-php-mysql.8746/">RevCMS</a></b> coded by <b>Kryptos</b> | Design by <b>joopie</b> | Copyright &copy {hotelName} Hotel</center>

    </div>

With
PHP:
 <div class="footer_container">

        <center>Powered by <b><a href="http://devbest.com/forums/revcms.84/">RevCMS</a></b>, coded by <b>Kryptos</b>
        <br />  Design by <b>joopie</b>
        <br /> Copyright &copy {hotelName} Hotel</center>

    </div>

Then add this into your global css
Code:
.footer_container {
    width:300px;
    border:1px solid black;
    height:auto;
    padding-top:5px;
    padding-bottom:5px;
    background:#FFF;
    margin:10px auto 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size:10px;
    text-align:center;
    position:relative;
}

Nice little code to give it a nicer look
 

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
Thanks,

Its not a big addon but its something simple which gives it a cleaner look.
Is this the correct section btw?
Most of my releases will be based upon the 'Priv' template as i prefer it :) but some may be compatible with both
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
This wasn't an accident, Kryptos did it on a purpose so you could contribute!! Aha, joke, but Nice contribution!
 

Users who are viewing this thread

Top