Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 508
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 486
Total: 486

BlackRain V3

Started by rjez16, Nov 24, 10, 09:50:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rjez16

Im having an issue with the copyright at footer. Its over lapping over the the smf copyright. Any ideas on how to fix?

Copyright shows fine with curve and other themes.


Im using : SMF 2.0 RC4 | SMF © 2006–2010, Simple Machines LLC
Extended by PortaMx v0.990-1 | PortaMx © 2008-2010 by PortaMx corp.
Aeva Media 1.4b

http://www.caboolmotorsports.com/index.php


[attachment deleted by admin]

Crip

Quote from: rjez16 on Nov 24, 10, 09:50:02 PM
Im having an issue with the copyright at footer. Its over lapping over the the smf copyright. Any ideas on how to fix?
Copyright shows fine with curve and other themes.

Im using : SMF 2.0 RC4 | SMF © 2006–2010, Simple Machines LLC
Extended by PortaMx v0.990-1 | PortaMx © 2008-2010 by PortaMx corp.
Aeva Media 1.4b
http://www.caboolmotorsports.com/index.php
--------------
hi ,
find in: css/index.css


/* 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.copywrite
{
   display: block;
   line-height: 0;
   font-size: small;
   padding: 1em;
}
Replace With:

/* 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.copywrite
{
   display: block;
   line-height: 120%; <========== See =======>
   font-size: small;
   padding: 1em;
}

See Pix:

[attachment deleted by admin]
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

rjez16

Worked perfectly.. Thank you...
Have a great Thanks Giving...

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.