Hey SPEEDKILLZ, I went to your site an use a css tag inspector an was able to track down what tag is causing the jumbled header.
Code:
#sidebar_container .blocksubhead span.blocktitle {
width: auto;
display: block;
white-space: nowrap;
float: left;
overflow: hidden;
padding-left: 3px;
}
When I turn off the "float: left;" tag it goes to a normal layout as intended. So we need to figure out how to cancel that tag for vbride pages. Try adding the following to the vbrides.css template. Doesn't matter where, but I do have a sidebar_container tag already in there if you want to keep it together.
Code:
#sidebar_container .blocksubhead span.blocktitle {
float: none;
}
The two description boxes you mentioned are on the rides page? If so the small Short Summary box is what is used on the listing description. The other one is for a whatever else about the car.