Comments bzels01 started the conversationJuly 31, 2017 at 3:56pmHello,I would like to put in 4 or 5 columns checkbox items like in attachementWhat would be the CSS? I already tried http://themenectar.com/docs/salient/importing-contact-form-data/ but this apply's only to "Label" not to checkbox itemsThank you a lot in advanceKind Regards, 9,013Tahir repliedAugust 1, 2017 at 12:01pmHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : span.wpcf7-form-control.wpcf7-checkbox { display: flex !important; flex-wrap: wrap !important; } Thanks ThemeNectar Support Team bzels01 repliedAugust 3, 2017 at 7:47pmHello,I tried your CSS, but it doesn't work , it doesn't show checkboxes in 4 or 5 columns I tried standard Form7 CSS : span.wpcf7-list-item { display: block; }its shows only in one column :(thank you in advanceKind regards 9,013Tahir repliedAugust 5, 2017 at 1:58pmUse this css. Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : span.wpcf7-form-control.wpcf7-checkbox { display: flex !important; flex-wrap: wrap !important; } span.wpcf7-list-item { width: 30%; } Thanks ThemeNectar Support Team 1 Likebzels01 repliedAugust 9, 2017 at 10:47amHello,it works ! thank youthe "width: 30%;" parameter helps for the space between columns, but how can I control de number of columns ?is it possible to adapt the number of columns per items ?Thank you in advanceKind Regards, 9,013Tahir repliedAugust 9, 2017 at 3:45pmHey Again,Try changing the value to 20% . Bes.t ThemeNectar Support Team Sign in to reply ...
Hello,
I would like to put in 4 or 5 columns checkbox items like in attachement
What would be the CSS? I already tried http://themenectar.com/docs/salient/importing-contact-form-data/ but this apply's only to "Label" not to checkbox items
Thank you a lot in advance
Kind Regards,
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Hello,
I tried your CSS, but it doesn't work , it doesn't show checkboxes in 4 or 5 columns
I tried standard Form7 CSS :
span.wpcf
7
-
list-item
{
display
:
block
; }
its shows only in one column :(
thank you in advance
Kind regards
Use this css.
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Hello,
it works ! thank you
the "width: 30%;" parameter helps for the space between columns, but how can I control de number of columns ?
is it possible to adapt the number of columns per items ?
Thank you in advance
Kind Regards,
Hey Again,
Try changing the value to 20% .
Bes.t
ThemeNectar Support Team