TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: MC73 on Apr 30, 11, 02:04:49 PM

Title: Copy Rights Merged together in footer - UnRelatived
Post by: MC73 on Apr 30, 11, 02:04:49 PM
I recently uploaded your UnRelatived theme to my site. I have 4 themes ( all by crip ) and the others look fine, but the UnRelatived Theme merges the Simple Portal Copy rights and SMF Copy right and they are on top of each other,so therefore their respected copy rights are not really visible. Any ideas of how i can fix this problem ? Thanks, MC


[attachment deleted by admin]
Title: Re: Copy Rights Merged together in footer - UnRelatived
Post by: Maxx on Apr 30, 11, 02:11:46 PM
Please PM me a link so I can have a look!

regards,
Maxx
Title: Re: Copy Rights Merged together in footer - UnRelatived
Post by: Maxx on Apr 30, 11, 02:47:09 PM
OK in you index.css please find:

#footerarea ul li.copyright {
    display: block;
    font-size: 9pt;
    line-height: 0;
    padding: 1em;
}


and replace with this code:
#footerarea ul li.copyright {
    display: block;
    font-size: 9pt;
    line-height: 10px;
    padding: 1em;
}


regards,
Maxx
Title: Re: Copy Rights Merged together in footer - UnRelatived
Post by: MC73 on Apr 30, 11, 03:01:19 PM
Thank You Very much Maxx , that fixed my Copy right problem.

Thank You again

Title: Re: Copy Rights Merged together in footer - UnRelatived
Post by: Maxx on Apr 30, 11, 03:02:22 PM
Cool Glad to help!

regards,
Maxx
Title: Re: Copy Rights Merged together in footer - UnRelatived
Post by: Crip on Apr 30, 11, 03:32:12 PM
Thanks Maxx :up: