• Resolved sallam

    (@sallam)


    Greetings

    I have a form with 26 fields, with 24 of them arranged in 2 columns. When I select the professional or elegant template, only a few lines of fields are displayed inside the template frame, and the rest of the lines show under it. When I select other templates, the whole page is displayed with things in the wrong places.
    Example is here.

    https://wordpress.org/plugins/calculated-fields-form/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Please, insert a last field without the special class column2, maybe a field of type “Instruct Text”

    Best regards.

    Thread Starter sallam

    (@sallam)

    That did it. Thanks very much.
    One more question please: in the pro template, the form title is in pale blue color, so it is hard to read, as the background is brown.
    How can I change the text color of the form title please?

    Plugin Author codepeople

    (@codepeople)

    Hi,

    The color blue is inherited from the styles defined in the active theme. If you want change its color, please follow the steps below:

    1. Open the style.css file, located in “/wp-content/plugins/calculated-fields-form/templates/02/style.css” with the text editor your choice.

    2. Paste the style’s definition below, at the end of file:

    .cp_cff_professional #fbuilder .fform h1{ color:#FFF; }

    3. Finally, clear the browser’s cache.

    And that’s all.
    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘template problem when using 2 columns’ is closed to new replies.