Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: dewdrinker19 on November 19, 2008, 01:14:05 AM

Title: Signature css Code?
Post by: dewdrinker19 on November 19, 2008, 01:14:05 AM
Hey guys,

I was wondering if anybody knew where the css code was for the signature area was?  The reason why I ask is I have Joomla wrapped around my installation and it messed up the signature by not separating it from the post so they kinda tend to overlap.  If you want to see what I'm talking about...

http://test.originald.com/index.php?option=com_smf&Itemid=62&topic=297.0
Title: Re: Signature css Code?
Post by: defcrash on November 19, 2008, 06:47:29 AM
I think the css for the signatures are in the style.css

.signature
{
width: 100%;
overflow: auto;
padding-bottom: 3px;
line-height: 1.3em;
}
Title: Re: Signature css Code?
Post by: dewdrinker19 on November 21, 2008, 04:19:22 AM
Thanks.  For some reason it didn't fix the issue that I am having.

Do you know where I can fix the css code for the post itself.  For some reason it is putting them both in the same "table" and it is really throwing them off and making them overlap a little.  :(

Thanks again for the help!
Title: Re: Signature css Code?
Post by: Jade Elizabeth on November 21, 2008, 09:44:04 AM
Oh I think I had this issue when I edited my forum... I hacked into it and it was displaying all wrong, took me over a week to figure it out  :-[...but I got it!  ;D

Can I see your forum? also, can you attach your display.template.php file too so I can see it?