The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need help with "Started By" in New Posts
Right now, when you go to our site www.CouponWithCents.com and click on New Posts.
You can see the thread icon with started by info under it and then the thread info to the right of it. How do we align the started by info to directly underneath the thread info? Thanks so much! |
#2
|
||||
|
||||
Try searching for the phrase for that line and add a break in there.
|
#3
|
|||
|
|||
I added this to the additional css & it is moving it right but not up under the thread title:
.label { padding: 0px 0; display:block; top:0px; padding-left:70px; } --------------- Added [DATE]1313705443[/DATE] at [TIME]1313705443[/TIME] --------------- Thanks Boofo...I don't know which phrase to search for. |
#4
|
||||
|
||||
Try this phrase: started_by_x_y_z_a
|
#5
|
|||
|
|||
Change
padding-left: 70px; to left: 70px; <You'll have to reduce this number> Also get rid of the top line. Your pushing off the left side so the padding is not needed. |
#6
|
|||
|
|||
Thanks! How do I get rid of the top line?
--------------- Added [DATE]1313709627[/DATE] at [TIME]1313709627[/TIME] --------------- Nope it's making me keep the padding in there...it won't do anything with just left. I just want to get it directly underneath the thread title. |
#7
|
|||
|
|||
I meant the top line of your css statements. padding 0px, 0 it's doing that first so the padding is reduced to 0. In the padding- left statement add !important. Like this>
Code:
padding-left: 70px !important; Let me doing some experimenting on my forum and I'll get back to you in a bit. --------------- Added [DATE]1313715560[/DATE] at [TIME]1313715560[/TIME] --------------- I see what it is. The status icon are not of a consistant size. The taller ones are pushing the height of the row up and making a dead space between the thread title and the thread info. The height of the area was designed around the height of the default icons. Try making all of your icons a consistant size around the size of the defaults. Or reduce the padding around the taller icons. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|