The Height of every post is far too big
4 posters
Page 1 of 1
The Height of every post is far too big
Technical Details
Forum version : #PunBB
Position : Founder
Concerned browser(s) : Mozilla Firefox, Google Chrome, Internet Explorer, Opera, Safari, Other
Screenshot of problem : https://i.servimg.com/u/f86/15/34/98/91/screen10.jpg
Who the problem concerns : All members
When the problem appeared : When i upgraded to PunBB
Forum link : http://onepiecegr.forum-pro.org/
Description of problem
As you can see in this picture there is a very big space in every post of the forum. i want it to make it as minum as the length of the post container itselfLast edited by Heartsealed on April 13th 2016, 5:36 pm; edited 1 time in total
Re: The Height of every post is far too big
The reason why it so long is because it includes the length of the profile and if you have a signature.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: The Height of every post is far too big
and how do i prevent it from doing this? It'd be good if the signature was at the same high as the length of the profile and dynamically move depending on the post content's length
Re: The Height of every post is far too big
Hello,
You can adjust it by finding this code in your css:
you can modify the height as you wish but as SLGray said it is depending from the profile's and signature's height.
You can adjust it by finding this code in your css:
- Code:
.pun .post-entry {
padding: 1em 1em 0;
height: 280px;
}
you can modify the height as you wish but as SLGray said it is depending from the profile's and signature's height.
Re: The Height of every post is far too big
Hmmm, well it's not what i actually wanted. What i want is that the signature to be in the same height as the end of each post, for example in this red square
https://i.servimg.com/u/f86/17/10/52/07/screen10.jpg
https://i.servimg.com/u/f86/17/10/52/07/screen10.jpg
Re: The Height of every post is far too big
Hello,
I think it can't be done this due your post profile:
Another solution is to reduce the number of profile fields which appearing in posts to make it shorther and this will decrease the space gap between post content and signature.
I think it can't be done this due your post profile:
Another solution is to reduce the number of profile fields which appearing in posts to make it shorther and this will decrease the space gap between post content and signature.
Re: The Height of every post is far too big
Wouldn't be a better choice if the signature was in pararell with the profile status?
Re: The Height of every post is far too big
Hello,
You can use this:
You can use this:
- Code:
.sig-content {
clear: none!important;
}
Re: The Height of every post is far too big
Topic solved and archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Signature Height Under Post
» Fixed post height code?
» Height of subforums
» Set a height for forum categories
» change height of table
» Fixed post height code?
» Height of subforums
» Set a height for forum categories
» change height of table
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum