• Resolved editpo

    (@editpo)


    Hi
    I have a div setup as 4 columns and 5 fields. The fourth and fifth fields are hidden depending on the state of a radio button ie if radio button is OFF the field in column 4 shows and if radio button is on the field in column 5 shows. Everything works ok except when the radiobutton is ON the fifth column shows ok but is on the next line. The space where column 4 was is still there even though the field is not showing.

    Is there a way around this?

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

    (@codepeople)

    Hello @editpo

    In this case you should not to define the columns at level of container field, because in this case the container will include a line break every X columns. You should configure the columns assigning the special class name: column4 directly to the contained fields.

    – Select “One Column” option for the “Columns” attribute in the DIV field.

    – Enter the class name: column4 into the attributes: “Add CSS Layout Keywords” of the contained fields (the five fields into the DIV one)

    Best regards.

    Thread Starter editpo

    (@editpo)

    That was quick!
    Works OK now
    Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hidden field space’ is closed to new replies.