Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #883831

    Hello,

    I use caldera form for the conditional logic.
    The enfold theme adds margin to hidden fields, this results in big blank spaces in the form.
    I have a site with the standard theme and there it works just fine.

    Url+screenshot in the private content.

    #883867

    Hey Wolf,

    To fix it, just add this custom CSS code:

    #CF5a1e793539189_1-row-4, #CF5a1e793539189_1-row-5, #CF5a1e793539189_1-row-6 {
       display: none !important;
    }
    

    Best regards,
    John Torvik

    #884565

    That hides to the rows completely. When they should show they don’t anymore.

    #884885

    Hi,

    Try the following:

    .row{
    margin-bottom:0px!important;
    }

    Best regards,
    Jordan Shannon

    #885117

    YES, thank you!

    #885160

    Hi,

    No problem at all. Did you need further help, or shall we close this thread?

    Best regards,
    Jordan Shannon

    #886064

    You can close this!

    #886205

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Caldera form and enfold theme’ is closed to new replies.