CRM

sudshetty1
Participante

Making Checkbox and Form Fields into Two Column

resolver

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 Solução aceita
DanielSanchez
Solução
Conselheiro(a) de destaque | Parceiro Platinum
Conselheiro(a) de destaque | Parceiro Platinum

Making Checkbox and Form Fields into Two Column

resolver
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! 🙂

 

Exibir solução no post original

7 Respostas 7
DanielSanchez
Solução
Conselheiro(a) de destaque | Parceiro Platinum
Conselheiro(a) de destaque | Parceiro Platinum

Making Checkbox and Form Fields into Two Column

resolver
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
Participante

Making Checkbox and Form Fields into Two Column

resolver

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 Avaliação positiva
sudshetty1
Participante

Making Checkbox and Form Fields into Two Column

resolver

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 Avaliação positiva
DanielSanchez
Conselheiro(a) de destaque | Parceiro Platinum
Conselheiro(a) de destaque | Parceiro Platinum

Making Checkbox and Form Fields into Two Column

resolver

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 Avaliação positiva
sudshetty1
Participante

Making Checkbox and Form Fields into Two Column

resolver

,

0 Avaliação positiva
tjoyce
Especialista reconhecido(a) | Parceiro Elite
Especialista reconhecido(a) | Parceiro Elite

Making Checkbox and Form Fields into Two Column

resolver

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
Gerente da Comunidade
Gerente da Comunidade

Making Checkbox and Form Fields into Two Column

resolver

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 !