SMF Support > SMF 2.0.x Support

Copyright Problem

(1/1)

barenfeld:
Hi,
   My problem is the copyright on the pages. I do not want to remove your copyrights but the problem is that I have 2 copyrights of yours that are overlapping on the bottom of the page. Dont know how to get rid of one of them. If you can look at the forum maybe you can figure it out. I think it might of happened when i had added the ad manager to the forum mod.

hxxp:floridawetdreams.com/CamGirls/index.php [nonactive]
hxxp:floridawetdreams.com/CamGirls/index.php [nonactive]

mashby:
That's exactly what happened. SMFAds has done some weird editing to make it overlap. What happens if you switch to the default (Curve) theme?

live627:
That's not the mod doing that; it's the theme. Apply a line height of 1em to the footer to fix.

Doesn't happen in Curve, though.

mashby:
Aha. Yeah, that's indeed the issue. Find this in this file:

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

--- End code ---
Change it to this:

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

--- End code ---
Should do the trick. Thanks live627. :)

live627:
Could even remove it. I was still in no-edit mode :D

Navigation

[0] Message Index

Go to full version