PDA

View Full Version : Problem with post layout


A|3
06-16-2010, 12:55 PM
Hi,
i've got a little problem with vb and i don't know how to fix it.

The text of almost every post i insert into my forum fills about half the width of the space it could fill...

you can see it at this link: my post link (http://www.lostgames.net/forum/showthread.php?4539-LGbox-versione-3&p=89768)

i don't know why nor how to fix it..

i just updated my vb from version 3.6 to 4.03
i tried to look into css styles but i found the new stylevar panel very difficult to search for a particular class

can someone help me?

p.s.
sorry for my english (if bad), i'm italian

Lynne
06-16-2010, 01:30 PM
This is a bug in 4.0.3PL1. You may do a temporary fix by opening the postbit_legacy and/or postbit template and finding this line:
<div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>">

Replace with this line:
<div class="content">

ChopSuey
06-16-2010, 01:31 PM
Your skin is super narrow! :p

postbit_legacy has the user info to the left of the actual post while postbit has the userinfo about the post itself. And btw, removing the space is not the correct solution as you create an invalid class called "contenthasad".
Change <div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>">
Into <div class="content<!--<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>-->">

From vB.com :)

A|3
06-16-2010, 02:29 PM
thanks, that's exactly what i needed :)

@ chopsuey
it's 850px .. the maximum to fit my wii browser :)