View Full Version : New posts question
OurCouponHome
01-09-2011, 06:00 PM
When we pull up New Posts, the time in the Last Post column is cut off. How do we make it completely show up?
TheLastSuperman
01-12-2011, 10:40 PM
AdminCP > Styles & Templates > Style Manager > Edit Templates > *find CSS Templates and double-click to expand, now find:
.threadbit .threadlastpost dd {
margin:0 20px 0 20px;
height: {vb:math {vb:stylevar mid_fontSize}*{vb:stylevar line_height}};
overflow: hidden;
white-space:nowrap;
}
Change the margin value for right to 10px instead of 20px example:
.threadbit .threadlastpost dd {
margin:0 10px 0 20px;
height: {vb:math {vb:stylevar mid_fontSize}*{vb:stylevar line_height}};
overflow: hidden;
white-space:nowrap;
}
And in case some are wondering yes you can define them separately as in margin-left: 10px;margin-top:10px; however when you see it 0 10px 0 10px then it's different example:
0 10px 0 10px
T R B L
Top, Right, Bottom, Left ;).
OurCouponHome
01-13-2011, 07:03 PM
You are a genius Superman!! I am so amazed by you and Lynne! :)
TheLastSuperman
01-13-2011, 08:36 PM
You are a genius Superman!! I am so amazed by you and Lynne! :)
Well thank you however... who do you think I learned from? I've read more of Lynne's posts on here than anyone else if I think back about it and when someone else makes it easy for you to learn over the years, well you do!
She's my vBulletin Superman err I guess that would be Superwoman :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.