Chronoforms open in Rokbox Lightbox

_mac_ 13 Aug, 2015
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
GreyHead 13 Aug, 2015
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
.gbs3 {
  padding: 12px;
}

Bob
_mac_ 13 Aug, 2015
Hi Bob

Thank you, it works. I had so, the CSS code but not before the HTML (Render form)...

Thanks for your help
Mac
This topic is locked and no more replies can be posted.