avatars overlapping the text

Started by aljo1985, April 24, 2010, 01:02:30 AM

Previous topic - Next topic

aljo1985

Hey..

For some reason with the simple desk. The avatars are overlapping the theme.

I have attached a preview below.

Is there anything I can do to set it to that it goes with the max width allowed for my avatars..
Or so that it auto detects this setting and does not need to be altered manually..

Thanks..


~DS~

That's because the avatar is too big. I have noticed this before too.
I will add this to the tracker. Thank you.
"I was given the wardrobe of a nobleman, and so I played the part, a puppet ever dancing for the amusement of patrons unseen. This wretched world does not reward endeavour. It is the patron and his troupe who are receipt, maggots grown fat on endeavour's corpse. Most men but play the part they're given. Most live and die not knowing they play a part at all. But I am past all that now. I am their unwitting puppet no longer! No more! I will extract from them the price of their gluttonous feast! ~ Delita Heiral

tfs

What size is the avatar?

Posted from my iPhone.
A good tree cannot bring forth evil fruit, neither can an evil tree bring forth good fruit.

aljo1985

Yeah well is there no way to fix this...

Also.. I notice the text on the replies is really small.. Hard to read.
Is there anyway to increase the text size a little.
Without having to mod each post?

Gruffen

Quote from: aljo1985 on April 24, 2010, 11:51:37 AM
Yeah well is there no way to fix this...

Not if you don't answer the question given.

Quote
Also.. I notice the text on the replies is really small.. Hard to read.
Is there anyway to increase the text size a little.
Without having to mod each post?

How big do you want it?

aljo1985

Aleast the same size as the forum text.. Its very very tiny..
As you can see in the screen shot.

The avatar is. 155 * 88

I think that exceeded the width I set as max on the forums.... I set it to 110 * 150
So hmm... How did he managed to get an avatar on thats bigger than the forum specifys..

Thanks.

Gruffen

It's 90% the size of normal text.

To fix, edit your theme's helpdesk.css file and edit this:
.shd_replyarea
{
padding-left: 11em;
margin-left: 10px;
}


To this
.shd_replyarea
{
padding-left: 11em;
margin-left: 10px;
font-size: 1em;
}


Save and then refresh the page with Ctrl-F5.