Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @prabuddh09,

    Two columns will be stacked on top of each other in the mobile view. That is actually the default style for responsive design. If you want to change that and show two columns in one in mobile view then you would have to use custom CSS codes to change the style.

    Thank you.

    Thread Starter Prabuddh

    (@prabuddh09)

    Could you please provide the CSS? I don’t know much about coding.

    Thanks,
    Prabuddh

    Thread Starter Prabuddh

    (@prabuddh09)

    Any updates on this?

    Hello Prabuddh,

    Sorry for the delayed response. We cannot provide you the exact CSS code. You would have to implement the CSS yourself.

    Here is an example code snippet to make the containers align inline –

    .frm-fluent-form .ff-t-container {
        display: flex;
        width: 100%;
    }

    You might have to add some additional CSS codes to fix the spacing around the fields.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Two Column in one row’ is closed to new replies.