News:

We have *Free* SMF 2.0 & 2.1 Themes for Download and Support!

Main Menu

Recent Topics

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

Blackrain v3 on 2.0.2

Started by sqwonk, Feb 17, 12, 05:41:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sqwonk

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]

Crip

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..
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.

sqwonk

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]

Crip

Very kool 8)

  • [marked Solved]
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.