PDA

View Full Version : How to reduce padding in postbit legacy?


paulket
11-28-2011, 01:00 AM
Can someone please tell me how to reduce the padding in shaded red section of the attached screen shot? I searched for the variable with Firebug but was unable to find what I needed to change. And, is there any way to limit the characters in the users location when they register?

Also, I'm still hoping someone can help me with this https://vborg.vbsupport.ru/showthread.php?t=274694

Any help would be appreciated greatly.

paulket
11-30-2011, 10:41 AM
Anyone?

RobbieZ
11-30-2011, 11:40 AM
There is no padding used as such in your image.

There are two elements at work here <dt> and <dd> which are all controlled via you postbit.css

paulket
12-01-2011, 12:17 AM
Thank you very much for the reply, RobbieZ. In the postbit.css I find margin-{vb:stylevar right}: {vb:stylevar padding}; which controls how much space is there (what I was calling "padding"). How do I properly change that so I have margin-right: 0px; ? Can I just remove margin-{vb:stylevar right} and replace it with margin-right:0px; ?