We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Oct 1, 2020 11:43 PM
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.
Solved! Go to Solution.
Oct 8, 2020 12:30 PM
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! 🙂
Oct 8, 2020 12:30 PM
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! 🙂
Nov 10, 2022 9:40 AM
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?
Oct 8, 2020 2:28 PM
Hi,
I want to know where to insert the code and should I create a new class in the page source for the same?
Oct 6, 2020 1:39 PM
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!
Oct 6, 2020 1:44 PM - edited Oct 8, 2020 11:07 AM
,
Oct 3, 2020 3:34 AM - edited Oct 3, 2020 3:35 AM
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>
Oct 2, 2020 10:55 AM
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 ! |