Helpful Information
 
 
Category: vB4 Design and Graphics Discussions
Need to know how to add a line

In VB4 there is no line to separate the Title from the post. What and where and how do I get this?

You could hardcode it into the template I would think.

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.

oh do tell/share! I was trying to figure it out as well.

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)

Awesome! Thanks bunches!










privacy (GDPR)