TheCripZone SMF Themes Site
All Things Public => Theme Support => Topic started 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]
Please PM me a link so I can have a look!
regards,
Maxx
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
Thank You Very much Maxx , that fixed my Copy right problem.
Thank You again
Cool Glad to help!
regards,
Maxx
Thanks Maxx :up: