The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Reducing and Increasing white spaces in 4.07 (postbit) and add a seperation line too.
Hi All,
I am looking at changing the look of my posts (postbit on vB4.0.7) to look much neater (and similar to what they used to look like in vB3.8.X). Attached are two images, one as it currently looks "From This" and the other is how I would like it to look "To This". I would be most grateful if someone could give me layman's terms on how to achieve it please. Many many Thanks, Welshy2008. |
#2
|
||||
|
||||
What is supposed to be the difference beside the <hr> under the post title?
|
#3
|
||||
|
||||
Hello Lynne,
Thanks for your reply. Please view the screenshot below of the total of 4 changes that I would like to impliment. Many Thanks. |
#4
|
||||
|
||||
You are not going to be able to do all that exactly unless you totally change the postbit to go back to using tables. I have an article in the Quick Tips forum over on vbulletin.com and not forcing the signature to the bottom and thus decreasing the space between the post and the signature. You just need to use CSS for that. And then to add a line under the post title, you can just use CSS also:
HTML Code:
.postbitlegacy .title, .eventbit .title { border-bottom: 1px solid black; } |
#5
|
||||
|
||||
Thanks for your reply, Lynne.
I would settle for the line between the Post title and the post content. (I have tried your code, in your post above, in both postbit.css and additional.css, and it works in neither. I am using postbit). Is there anything I can add in my .css and would you be kind enough as to confirm which .css I add to it to, please?). I would also like the space to be smaller at the bottom of the signature line - and that is it - I am happy. But the most wanted one is the line. Sorry for waffling on. Many Thanks. |
#6
|
||||
|
||||
If you are using the postbit, then just add:
HTML Code:
.postbit .posttitle { border-bottom: 1px solid black; } |
#7
|
||||
|
||||
That one worked - Thanks Lynne.
Just one more thing, If I may, Please? How would I get a space between the new line under the post title and the top of the post content, Please? Many Thanks. |
#8
|
||||
|
||||
Just add a margin in there too.
HTML Code:
.postbit .posttitle { border-bottom: 1px solid black; margin-bottom: 10px; } |
#9
|
||||
|
||||
Worked great Thanks Lynne.
Would it be possible that you know and could tell me how to remove the line at the bottom of the post content and the signature too, please? Many Thanks. |
#10
|
||||
|
||||
It's just CSS again:
HTML Code:
.signature { border-top: 1px solid #DDDDDD; } I would strongly suggest this article/video for you - How To: Find a StyleVar (video version) If you want to style your site at all, you'll be much happier to be able to do it on your own rather than have to ask somebody else how to do it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|