Checkboxes -- Two or Three Columns -...

User 2450707 Photo


Registered User
94 posts

Web Form Builder 2.5 Build 5437

Checkboxes -- Two or Three Columns

It seems that selecting Layout style of Two Columns or Three Columns results in the same outcome. The Three Columns setting displays well on screen but at export it outputs in Two Columns.

Can anyone else check and verify this?

Is there any manual tweak that would force the Checkboxes to display in Three Columns?

Daniel
User 187934 Photo


Senior Advisor
20,271 posts

Hi Daniel,
Can you share a link to your published form so we can see the issue? There's probably something else on the page causing it.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2450707 Photo


Registered User
94 posts

Thanks Eric,

I would be delighted if you can spot something!

Here is a link to the published form:
http://www.playrightmusicltd.com/Piano-Lessons-Dublin/Introduction-to-Piano-Application-Form.html
User 187934 Photo


Senior Advisor
20,271 posts

It's your page setup and what the form is in because it looks fine here.
http://www.playrightmusicltd.com/Piano- … oForm.html
Line 8 of lander01.css
Increase your width.
#container {
margin: 0 auto;
width: 760px;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2450707 Photo


Registered User
94 posts

Hi Eric,

Changing the pixel width of the #container in the CSS makes a difference.
I found if I change it from 760px to 805px, the Checkbox displays as three columns. ;)

But I do not know why...
In the Web Form Builder form settings the max width is set to 760.
The form is 100%
However, the Checkbox width is merely 75% (= 570 pixels)

Why does the container have to be so much wider than the 760px?

Thanks for your help and insight Eric.
User 187934 Photo


Senior Advisor
20,271 posts

Line 29 margin
#content {
border-bottom: 1px solid rgb(204, 204, 204);
margin: 0 18px;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2450707 Photo


Registered User
94 posts

Thank you! *blush*
:)

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.