Quote:
Originally Posted by ceho
Hi there,
I tried to figure it out myself by checking the templates and stuff and searching this thread but didn't succeed.
1. So I ask for help: on the output form, how can I increase the space between the questions section on the left and the reply area on the right.
2. Please see the attached image, where the red arrow is I want to create a bigger distance.
Could you please tell me how I can do this?
Thanks a lot and keep up the great work (and do not drop supporting vB mods please!).
|
1. Edit Form -> Section BB code: (box on the right)
from:
to:
HTML Code:
[/SIZE][/U]\r\n\r\n
(each \r\n is the equivalent of pressing enter - a new line)
2. Find in template
form_formbit_checkboxes
HTML Code:
<ul class="checkradio group rightcol" style="width: 100%;">
Replace with
HTML Code:
<ul class="checkradio group rightcol" style="width: 100%; padding-left: 10px;">