Here is the only problem I am having right now though. Is there a fix for this?
Footer problems when reading PM's. - Absolution
Footer problems when reading PM's.
Just want to thank you for all your hard work Christian.
Here is the only problem I am having right now though. Is there a fix for this?

Here is the only problem I am having right now though. Is there a fix for this?
-
- Registered User
- Posts: 20
- Joined: Wed Mar 24, 2010 9:50 pm
Re: Footer problems when reading PM's.
AreTee wrote:Just want to thank you for all your hard work Christian.
Thanks very much, I appreciate it

Here is the only problem I am having right now though. Is there a fix for this?
http://img706.imageshack.us/img706/3535/logo1ak.jpg
Can you post a link to your board please, accompanied by login credentials for a test account? You can PM the latter to me if you wish

It looks like a problem with the speech bubble styled quotes inside of the PM review.
-
- Former Team Member
- Posts: 4809
- Joined: Wed Nov 04, 2009 11:16 pm
- Location: Way up in the sky close to the stars
- Name: Christian
Re: Footer problems when reading PM's.
PM'd ya. Thank you.
-
- Registered User
- Posts: 20
- Joined: Wed Mar 24, 2010 9:50 pm
Re: Footer problems when reading PM's.
Here is the fix:
Open: /styles/absolution/theme/colours.css
Find:
Replace With:
Then refresh your cache & template and you're good!
Thanks Christian, you're a great guy.
Open: /styles/absolution/theme/colours.css
Find:
Code: Select all
.bubble {
width: 9px; height: 13px;
background-image: url("{T_THEME_PATH}/images/quote-left.png");
background-repeat: no-repeat;
margin-left: 1px;
margin-top: 13px;
position: absolute;
}
Replace With:
Code: Select all
.bubble {
width: 9px; height: 13px;
background-image: url("{T_THEME_PATH}/images/quote-left.png");
background-repeat: no-repeat;
margin-left: 1px;
position: relative;
top: 28px;
}
Then refresh your cache & template and you're good!
Thanks Christian, you're a great guy.
-
- Registered User
- Posts: 20
- Joined: Wed Mar 24, 2010 9:50 pm
Re: Footer problems when reading PM's.
No problem, glad my 30 second fix worked out for you 

-
- Former Team Member
- Posts: 4809
- Joined: Wed Nov 04, 2009 11:16 pm
- Location: Way up in the sky close to the stars
- Name: Christian