The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
My avatars are 100x160. therefore higher than they are wide, when posting comments on articles or blogs the avatar hangs over the post and lands partially beneath the following comment's avatar.
I figured placing a little padding at the bottom of blog comments and article comments should fix this but I have not been able to create a padding beneath blog comments, how would I do this? |
#2
|
||||
|
||||
![]()
Try adding this to your additional.css template - adjust as needed:
HTML Code:
#commentform li.postbit-lite {margin-bottom: 30px;} |
#3
|
|||
|
|||
![]()
thank you very much lynne! it worked for the blog entries, but not for the article comments, which have the same problem.
is it possible to set a fixed size for the avatars? in comments? i'd prefer them to always be squished into the same size. right now some user has a 50x160 avatar and in the commens it shows up as full because from the looks of things, avatars in comments are fixed according to width, so since he has a 50x160px avatar it just looks messy. i think that's why myspace, twitter and facebook use fixed sizes on minature profile pictures, so nothing looks out of place. |
#4
|
||||
|
||||
![]()
It looked like you are only asking for the blog page.
For the articles, try something similar, just different id: HTML Code:
#node_comments li.postbit-lite {margin-bottom: 30px;} |
#5
|
|||
|
|||
![]()
oh sorry, i thought the title saying "articles, blogs, etc" made that clear.
![]() i'll try that out, can you also help me with the fixed avatar sizes in the article and blog comments? --------------- Added [DATE]1303598835[/DATE] at [TIME]1303598835[/TIME] --------------- it would be perfect to set it to a fixed 60px x 78px for article and blog comments. |
#6
|
||||
|
||||
![]()
The avatar dims are set here, so just change this if that is how you want to do it:
HTML Code:
.postbit-lite .avatarlink img { height: auto; width: 60px;} </div></div> |
#7
|
|||
|
|||
![]()
great that worked perfectly.
but as luck wants it i keep running into more complications. https://vborg.vbsupport.ru/showthrea...38#post2189638 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|