You are viewing limited content. For full access, please sign in.

Question

Question

Having two collections side by side?

asked on September 29, 2016 Show version history

I would like to have the two collections (as below) side by side instead of below one another. Would it be possible to have collections side by side OR would I be best putting all the fields into one collection and then applying the correct CSS onto just one collection to make the fields I want side by side?

 

 

 

Collections.JPG
Collections.JPG (73.39 KB)
0 0

Answer

SELECTED ANSWER
replied on September 29, 2016

If you leave the Collections separate and use CSS then you can use the Add feature to repeat the fields for just that collection, whereas if you put them all together you would be repeating all fields

You can use the standard CSS for displaying the Collections side by side. The #q numbers are for the Collections, not the fields that appear in the collection.

Based on the width of your form and fields you may need to make some adjustments for the labels and Fields widths. When using the Width:50% in the line below it is shrinking the widths of the fields as well but is the easiest way to split the page

#q8, #q10 {display:inline-block;width:50%; vertical-align:top}

1 0
replied on September 30, 2016

Steve,

 

The last code you provided has worked perfectly! 

 

Thank you very much!

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.