View Single Post
  #14  
Old 11-22-2013, 04:47 PM
Hwona's Avatar
Hwona Hwona is offline
Member
 
Join Date: Mar 2013
Posts: 620
Gender: Female
Credits: 69,042
Hwona is on a distinguished road
Default

Well, on my style sheet, if you scroll all the way to the bottom, there's something like this:
PHP Code:
#footer {
    
clearboth;
    
height40px;
    
margin-top5px;
    
border-bottom-right-radius15px;
    -
moz-border-bottom-right-radius15px;
    -
webkit-border-bottom-right-radius15px;
    
border-bottom-left-radius15px;
    -
moz-border-bottom-left-radius15px;
    -
webkit-border-bottom-left-radius15px;

What I did was just make the footer a bit taller (edit the height).
Also, in the template file, at the bottom, there should be something with all the copyright stuff. You can change the font size to make it smaller to fit. :3
__________________

Last edited by Hwona; 11-22-2013 at 04:58 PM.
Reply With Quote