The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Deleting white space at the bottom of each post

3 posters

Go down

Solved Deleting white space at the bottom of each post

Post by --kml-- February 24th 2010, 4:21 am

if you visit my forum , and look at the post , such as

http://kmlforumhl.forumotion.net/half-life-discussion-f3/how-to-drop-weapon-half-life-t121.htm

you can see that all the post have some kind of white space at the bottom , some kind of padding or something that makes post looks tall Mad i want to remove it , how? Mr. Green

Thx Very Happy


*catches ankillien again XD
*ankillien runs
*finds rono
*catches both of them
--kml--
--kml--
Forumember

Male Posts : 456
Reputation : 1
Language : english

http://kmlforumhl.forumotion.net/forum.htm

Back to top Go down

Solved Re: Deleting white space at the bottom of each post

Post by Darren1 February 24th 2010, 7:05 am

Hello,

the white space is caused by the size/length of the profile, I don't think you can shorten it, but allow ankillian or Rono prove me wrong Razz
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: Deleting white space at the bottom of each post

Post by ankillien February 24th 2010, 9:48 am

Hello,

I think, darren is right. The white space is caused by the length of post-profile.
There is no CSS fix for this.

*ankillien runs again
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Deleting white space at the bottom of each post

Post by --kml-- February 24th 2010, 2:17 pm

hmmm , then how to make it not caused by the length of post profile? xD
( template editing )


*ankillien spotted
* Captured ;D
--kml--
--kml--
Forumember

Male Posts : 456
Reputation : 1
Language : english

http://kmlforumhl.forumotion.net/forum.htm

Back to top Go down

Solved Re: Deleting white space at the bottom of each post

Post by ankillien February 24th 2010, 3:19 pm

Well, this CSS can help you little bit. Actually, the length of post-profile can be reduced by removing the profile fields showing up there.

Code:
.user {
margin-top : -30px !important;
}

I don't think templates are going to help here blackeye
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Deleting white space at the bottom of each post

Post by --kml-- February 24th 2010, 3:49 pm

that helped ;D

but its still big :O

hmm how about making it like this :

Code:

// add white background
.pun .post-entry {
background-color:white;
border: 1px solid #D8D8D6;
padding-bottom:0;
padding-left:1em;
padding-right:1em;
padding-top:1em;
}

// removing the background-color at .pun .postmain

.pun .postmain {
margin-left: 17em;
position: relative;
}

// removing the borders at the large block

.postmain {
border: 0px none;
}

even though the post is smaller now , but there is a big space at the bottom of each post like a margin =0 how to remove it ;D
--kml--
--kml--
Forumember

Male Posts : 456
Reputation : 1
Language : english

http://kmlforumhl.forumotion.net/forum.htm

Back to top Go down

Solved Re: Deleting white space at the bottom of each post

Post by ankillien February 24th 2010, 4:54 pm

Thats can help.

Try this one...

Code:
.user-ident {
margin-bottom : -20px !important;
padding-bottom : -10px !important;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Deleting white space at the bottom of each post

Post by --kml-- February 25th 2010, 12:47 am

Very Happy that looks better now Very Happy

but there is still something i want to fix

Deleting white space at the bottom of each post Icon_multiquote_off_enDeleting white space at the bottom of each post P_mq_add_en
Deleting white space at the bottom of each post P_delete_en

is far from the post , how to make it near? :O

Deleting white space at the bottom of each post Idontw11

EDIT : hmmm i seem to solve the problem with changing it to display: inline;
will this effect that thing? or something? :O
--kml--
--kml--
Forumember

Male Posts : 456
Reputation : 1
Language : english

http://kmlforumhl.forumotion.net/forum.htm

Back to top Go down

Solved Re: Deleting white space at the bottom of each post

Post by ankillien February 25th 2010, 9:07 am

I, as a guest, can't see those buttons in your forum so I can't help.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Deleting white space at the bottom of each post

Post by --kml-- February 28th 2010, 11:22 am

=0 dont worry , i solved this ;D

- thread solved
--kml--
--kml--
Forumember

Male Posts : 456
Reputation : 1
Language : english

http://kmlforumhl.forumotion.net/forum.htm

Back to top Go down

Solved Re: Deleting white space at the bottom of each post

Post by ankillien February 28th 2010, 1:52 pm

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum