The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Reduce Space In Postbit
Hello guys, I'm having this real annoying issue with my forum. Unfortunately there's some extra spacing between the message area and the posts signature. (EXAMPLE BELOW!)
I've searched online ALL DAY for answers and falling into short, misguided responses on the web. I really would like to know from somebody who is experienced in this, how to fix this problem. Is there a code I need to edit in the theme manager? Or a plugin? Anything that could fix this is needed and appreciated. This is how I want it to look. |
#3
|
|||
|
|||
THANK YOU SO MUCH!!!! :up:
|
#4
|
||||
|
||||
This is a good question. I have an additional one: is there a way to align it to the bottom? Right now the signatures are in the middle of the content area which looks a bit awkward.
|
#5
|
|||
|
|||
Quote:
What this does is that it forces a minimum height, and once a post reaches a height that's more than the min-height, it will automatically stretch with the content. Example: PHP Code:
|
#6
|
||||
|
||||
Here is what we have: http://imgur.com/4cCydH9
Here is what I'm looking to do: http://imgur.com/8zWpRmO |
#7
|
|||
|
|||
Quote:
|
#8
|
||||
|
||||
But there is no way to ensure that the signature area will align with the bottom of the content every time without using min-height?
|
#9
|
|||
|
|||
Hmm you could try the following:
HTML Code:
.postbitlegacy .postdetails{ position: relative; } .postbitlegacy .after_content{ position: absolute; bottom: 10px; width: 79%; /* Change this to your needs to fix the width of the signature separator. */ } |
#10
|
||||
|
||||
Took some tinkering, changed bottom to a percentage but its working fairly well. Thanks Dave.
Now we're getting errors like this: http://prntscr.com/3zqyzj |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|