View Full Version : Need to know how to add a line
Charlie98902
11-22-2009, 12:41 PM
In VB4 there is no line to separate the Title from the post. What and where and how do I get this?
Eq4bits
11-23-2009, 03:29 PM
You could hardcode it into the template I would think.
Charlie98902
11-23-2009, 03:31 PM
Yes I had some help over at .com and they told me where and the css to use. It has been reported as a bug as I love the horizontal look.
Eq4bits
11-23-2009, 03:50 PM
oh do tell/share! I was trying to figure it out as well.
Charlie98902
11-23-2009, 03:52 PM
This will take care of both the postbit types: normal(?) as well as legacy:
.postbit .posttitle, .postbitlegacy .title
{
border-bottom: 1px solid #C8C8C8;
padding-bottom: 5px;
margin-bottom: 5px;
}
You can put it at the end of postbit.css
(or in a separate custom CSS file, if you use one)
Eq4bits
11-23-2009, 04:08 PM
Awesome! Thanks bunches!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.