Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: CheeseHead05 on July 19, 2013, 11:24:44 AM

Title: Want to remove an area from my post sections
Post by: CheeseHead05 on July 19, 2013, 11:24:44 AM
I would like to know how do I remove that second line under the smiley on top of the attachment? What is its purpose?
Title: Re: Want to remove an area from my post sections
Post by: Kindred on July 19, 2013, 11:30:52 AM
the line separates the message form the attachments.

There will be another that usually separates the signature as well...

see....


.signature, .attachments {
    border-top: 1px solid #AAAAAA;
    clear: right;
    font-size: 0.85em;
    line-height: 1.4em;
    overflow: auto;
    padding: 1em 0 3px;
    width: 98%;
}
Title: Re: Want to remove an area from my post sections
Post by: CheeseHead05 on July 19, 2013, 02:04:54 PM
Is there a way to remove the line Im talking about and just leave the line that seperates the signature?
Title: Re: Want to remove an area from my post sections
Post by: Kindred on July 19, 2013, 02:47:53 PM
divide the statements...


.signature, .attachments {
    clear: right;
    font-size: 0.85em;
    line-height: 1.4em;
    overflow: auto;
    padding: 1em 0 3px;
    width: 98%;
}
.signature {
    border-top: 1px solid #AAAAAA;
}
Title: Re: Want to remove an area from my post sections
Post by: CheeseHead05 on July 31, 2013, 08:44:15 PM
Pardon my slowness but what do you mean by divide the statements? Which statements?
Title: Re: Want to remove an area from my post sections
Post by: Kindred on August 01, 2013, 12:42:24 AM
see  the code that I indicated?
Title: Re: Want to remove an area from my post sections
Post by: CheeseHead05 on August 01, 2013, 12:47:25 AM
yea but what am I dividing?
Title: Re: Want to remove an area from my post sections
Post by: Kindred on August 01, 2013, 12:51:09 AM
you would be dividing the CSS statement --- exactly the way I indicated in my code
Title: Re: Want to remove an area from my post sections
Post by: CheeseHead05 on August 01, 2013, 11:29:10 AM
So just find that first css code and replace with the second code, is what im assuming.
Title: Re: Want to remove an area from my post sections
Post by: CheeseHead05 on August 01, 2013, 10:08:24 PM
I remember reading a post that stated all themes don't have a css but I forgot the other route...Inside my css folder, there are only 3 lines..
Title: Re: Want to remove an area from my post sections
Post by: Kindred on August 01, 2013, 10:19:29 PM
every theme has an index.css, as far as I know
Title: Re: Want to remove an area from my post sections
Post by: CheeseHead05 on August 03, 2013, 04:03:32 PM
My notepad++ is not picking up on that code. I did find the css file tho..
Title: Re: Want to remove an area from my post sections
Post by: Kindred on August 03, 2013, 05:37:16 PM
not picking up WHAT code?

open index.css
edit index.css
save index.css
Title: Re: Want to remove an area from my post sections
Post by: CheeseHead05 on August 05, 2013, 02:32:17 PM
I think I may have found the code but everything is just switched around.
Title: Re: Want to remove an area from my post sections
Post by: Storman™ on August 05, 2013, 02:47:28 PM
QuoteI think I may have found the code but everything is just switched around.

Please explain what you mean ??
Title: Re: Want to remove an area from my post sections
Post by: CheeseHead05 on August 13, 2013, 09:02:30 PM
Kindred and Storman,

Im using a custom theme so mine isn't exactly like the one posted earlier but here is mines:

.signature, .attachments
{
   width: 98%;
   overflow: auto;
   clear: right;
   padding: 1em 0 3px 0;
   border-top: 1px solid #aaa;
   line-height: 1.4em;
   font-size: 0.85em;
}
.custom_fields_above_signature
Title: Re: Want to remove an area from my post sections
Post by: Kindred on August 13, 2013, 10:32:49 PM
So? Do what I suggested above and separate the signature border from the combined CSS statement...

I have told you what needs to happen...   You should be able to take what I told you for the basic theme and apply a similar separation to yours without us holding your hand evey step of the way.
Title: Re: Want to remove an area from my post sections
Post by: CheeseHead05 on August 14, 2013, 10:01:06 AM
Quote from: Kindred on July 19, 2013, 02:47:53 PM
divide the statements...


.signature, .attachments {
    clear: right;
    font-size: 0.85em;
    line-height: 1.4em;
    overflow: auto;
    padding: 1em 0 3px;
    width: 98%;
}
.signature {
    border-top: 1px solid #AAAAAA;
}


Kindred,

Thanks for the enthusiast comment! but I added the second 'signature' to the bottom and swiched "border top:1px solid #aaa;' to under the signature that I added and not suprising nothing happened..
Title: Re: Want to remove an area from my post sections
Post by: Kindred on August 14, 2013, 10:25:35 AM
did you clear the forum cache?

did you clear your browser cache?
Title: Re: Want to remove an area from my post sections
Post by: CheeseHead05 on August 14, 2013, 10:48:57 AM
Yes and Yes Kindred. Ive beat you to it.  ;)
Title: Re: Want to remove an area from my post sections
Post by: Kindred on August 14, 2013, 11:12:27 AM
did you use
border top (with a space) or borer-top (with a hyphen)?

URL that demonstrates both sections?
Title: Re: Want to remove an area from my post sections
Post by: CheeseHead05 on August 14, 2013, 03:42:23 PM
Just like it is with a hyphen.
Title: Re: Want to remove an area from my post sections
Post by: Kindred on August 14, 2013, 03:44:58 PM
and did you make the change to your cusotm theme index.css or the default theme index.css?

Seriously, if you made that change, then it will work... if it doesn't, then the change wasn't actually made....  (or maybe your custom theme has some funky coding that doesn't fully match the default theme styles)
Title: Re: Want to remove an area from my post sections
Post by: CheeseHead05 on August 15, 2013, 12:33:01 AM
Ive tried, but all it did was remove the paperclip that was next to the topic, really didn't want that to happen  :-\ don't know how in the world that happened...Ive save an original before I made edits, then I copied and paste back exactly how it was before the edits and my paperclip is still missing...
Title: Re: Want to remove an area from my post sections
Post by: Kindred on August 15, 2013, 12:58:39 AM
ok... if it removed the paperclip, then you did something very different, since the section I pointed to has nothing at all to do with that paperclip icon.
Title: Re: Want to remove an area from my post sections
Post by: CheeseHead05 on August 15, 2013, 10:49:32 AM
Its cool tho, I can fix that with my other forum's css which is identical...im not upset but I hate lookina at the line...lol
Title: Re: Want to remove an area from my post sections
Post by: Chalky on August 31, 2013, 01:48:18 PM
How's it going Cheeshead?  Did you get this sorted in the end?