CRM

sudshetty1
Participant

Making Checkbox and Form Fields into Two Column

Résolue

Hello,

I am trying to create two columns but ended making the whole table into 50% small.

can someone help me with this? I want to 7 check boxes in two column and have tried editing the column width in the page source.

hubspot_forms_css.png

1 Solution acceptée
DanielSanchez
Solution
Conseiller clé | Partenaire solutions Platinum
Conseiller clé | Partenaire solutions Platinum

Making Checkbox and Form Fields into Two Column

Résolue
ul.inputs-list.multi-container li {
 width: 40%;
 display: inline-block;
 min-width: 300px;
}

Hi @sudshetty1 ,

 

Try insert this code in yout CSS file:

 

Did this post help solve your problem? If so, please mark it as a solution.

Best regards! 🙂

 

Voir la solution dans l'envoi d'origine

7 Réponses
DanielSanchez
Solution
Conseiller clé | Partenaire solutions Platinum
Conseiller clé | Partenaire solutions Platinum

Making Checkbox and Form Fields into Two Column

Résolue
ul.inputs-list.multi-container li {
 width: 40%;
 display: inline-block;
 min-width: 300px;
}

Hi @sudshetty1 ,

 

Try insert this code in yout CSS file:

 

Did this post help solve your problem? If so, please mark it as a solution.

Best regards! 🙂

 

TCremeens
Participant

Making Checkbox and Form Fields into Two Column

Résolue

This is great. Is there a way to make this container apply to only one or two questions in the form versus every question in the form? 

0 Votes
sudshetty1
Participant

Making Checkbox and Form Fields into Two Column

Résolue

Hi,

I want to know where to insert the code and should I create a new class in the page source for the same?

0 Votes
DanielSanchez
Conseiller clé | Partenaire solutions Platinum
Conseiller clé | Partenaire solutions Platinum

Making Checkbox and Form Fields into Two Column

Résolue

Hi @sudshetty1 ,

 

You must insert some code in your css file.

 

Can u sent link of page with this form, and I return you with what to insert.

Best regards!

0 Votes
sudshetty1
Participant

Making Checkbox and Form Fields into Two Column

Résolue

,

0 Votes
tjoyce
Expert reconnu | Partenaire solutions Elite
Expert reconnu | Partenaire solutions Elite

Making Checkbox and Form Fields into Two Column

Résolue

It's hard to give you the exact code without seeing the preview link but something like this should work...

 

 

<style>
.hs-form ul.inputs-list {
-webkit-column-count:2;
   -moz-column-count:2;
        column-count:2;
}
</style>

 

PamCotton
Gestionnaire de communauté
Gestionnaire de communauté

Making Checkbox and Form Fields into Two Column

Résolue

Hello @sudshetty1 

 

I would like to invite some of our top experts on this matter into this conversation.

 

@Daniel_Bleich@tjoyce@DanielSanchez, would you able to share some tips to help @sudshetty1 edit his form?

 

 

Thank you,

Pam

Você sabia que a Comunidade está disponível em outros idiomas?
Participe de conversas regionais, alterando suas configurações de idioma !


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !