Hi
English is not my native language, but I hope to get help.
I want to open a form in a lightbox (rokbox). This works, but I'm trying margin and padding to adjust and find no way.
[attachment=0]chronoforms_01.JPG[/attachment]
Can I generally solve this with a CSS file? But how and where?
Thank for your help
Mac
English is not my native language, but I hope to get help.
I want to open a form in a lightbox (rokbox). This works, but I'm trying margin and padding to adjust and find no way.
[attachment=0]chronoforms_01.JPG[/attachment]
Can I generally solve this with a CSS file? But how and where?
Thank for your help
Mac
Hi Mac,
Add a Load CSS action to the On Load event of your from and move it up before the HTML (Render form) action - or use the Setup > CSS tab if you are using the Simple Wizard.
Try some CSS like this
Bob
Add a Load CSS action to the On Load event of your from and move it up before the HTML (Render form) action - or use the Setup > CSS tab if you are using the Simple Wizard.
Try some CSS like this
.gbs3 {
padding: 12px;
}
Bob
This topic is locked and no more replies can be posted.