TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: sqwonk on Feb 17, 12, 05:41:15 PM

Title: Blackrain v3 on 2.0.2
Post by: sqwonk on Feb 17, 12, 05:41:15 PM
After installing a mod the footer text copyrite info is overwritten see pic

Can I change the settings so that the offending topline is moved further down?

and how?

[attachment deleted by admin]
Title: Re: Blackrain v3 on 2.0.2
Post by: Crip on Feb 18, 12, 07:25:00 AM
Hi ,
you can make the Line-Height larger that works most times around in this area:

css/index.css

/* the footer area */
#footerarea
{
padding: 1em 0 2em 0;
text-align: center;
        line-height: 120%; <<<============================================== See This ==================================>
}
#footerarea ul
{
margin: 0 auto 0 auto;
}
#footerarea ul li
{
text-align: center;
display: inline;
border-right: 1px solid #888;
margin: 0;
padding: 0 4px 0 2px;
}
/* Note: It is against the license to remove, alter or otherwise hide the copyright output from SMF so please do not alter the two sections below. */
#footerarea ul li.copyright
{
display: block;
line-height: 0;
font-size: small;
padding: 1em;
}
#footerarea ul li.copyright, #footerarea ul li.last
{
border-right: none;
}
/* page created in.. */
#footerarea p
{
clear: both;
text-align: left;
padding-left: 0.5em;
}
p#show_loadtime
{
display: block;
text-align: center;
}


Basically , play around with ths stuff and you will find somewhere here it works..
Title: Re: Blackrain v3 on 2.0.2
Post by: sqwonk on Feb 18, 12, 11:27:53 AM
FIXED.

I had to alter the line height from 0 to 1 and it worked.

see pics below.
Thanks

[attachment deleted by admin]

[attachment deleted by admin]
Title: Re: Blackrain v3 on 2.0.2
Post by: Crip on Feb 18, 12, 11:51:41 AM
Very kool 8)