Hi guys,
as you are aware I was unable to ever get the multiple column form to ever work using the wizard so I had to do everything manually in HTML/CSS which looks great by the way.
But when updating from 5.03 to 5.09 it breaks my code, which is very annoying!
I have this feeling I am going to have to rebuild my form each time??!?
as you are aware I was unable to ever get the multiple column form to ever work using the wizard so I had to do everything manually in HTML/CSS which looks great by the way.
But when updating from 5.03 to 5.09 it breaks my code, which is very annoying!
I have this feeling I am going to have to rebuild my form each time??!?
Found the problem!! its the default CSS in chronoforms itself,
wp-content/plugins/chronoforms/cegcore/assets/bootstrap/css/bootstrap-gcore.css
in your own .css overide the following
you might need to tweak some radio buttons but that is up to you. this simply keeps my custom HTML form the way I like it after upgrades!
wp-content/plugins/chronoforms/cegcore/assets/bootstrap/css/bootstrap-gcore.css
in your own .css overide the following
.gbs3 .A{width:auto !important;}
to .gbs3 .A{width:100% !important;}
you might need to tweak some radio buttons but that is up to you. this simply keeps my custom HTML form the way I like it after upgrades!
Sorry I think I might be misleading you on this one, when I mean use your own .css, I literally mean put it in your own style-sheet, no need to edit the bootstrap-gcore.css because it will get overwritten on each update.
This topic is locked and no more replies can be posted.