SimpleDesk

SimpleDesk! => SimpleDesk Support => Topic started by: aljo1985 on April 24, 2010, 01:02:30 AM

Title: avatars overlapping the text
Post by: aljo1985 on April 24, 2010, 01:02:30 AM
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..

Title: Re: avatars overlapping the text
Post by: ~DS~ on April 24, 2010, 01:14:54 AM
That's because the avatar is too big. I have noticed this before too.
I will add this to the tracker. Thank you.
Title: Re: avatars overlapping the text
Post by: tfs on April 24, 2010, 02:02:20 AM
What size is the avatar?

Posted from my iPhone.
Title: Re: avatars overlapping the text
Post by: aljo1985 on April 24, 2010, 11:51:37 AM
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?
Title: Re: avatars overlapping the text
Post by: Gruffen on April 24, 2010, 11:52:36 AM
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?
Title: Re: avatars overlapping the text
Post by: aljo1985 on April 24, 2010, 07:41:49 PM
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.
Title: Re: avatars overlapping the text
Post by: Gruffen on April 24, 2010, 07:46:05 PM
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.