• Hi,

    I am trying to create a sentence with fields between words that are filled in with calculations but I need to adjust the column widths with CSS so that the words flow correctly and don’t have huge gaps or bunch up.

    Is there a simple way to adjust the column widths with CSS?

    I looked and couldn’t find anything explaining how to do it.


    Thanks

    The page I need help with: [log in to see the link]

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

    (@webholism)

    Hi @rseitzberg,

    Thank you for reaching out and asking about this issue.

    Would you be able to send a link to the URL of the form that you are working on to [email protected], or just add it as a new message?

    Thank you for your cooperation.

    Kind regards.

    Thread Starter rseitzberg

    (@rseitzberg)

    Yes the link was already added but I just sent you an email with the link as well.

    Plugin Author WebHolism

    (@webholism)

    Hi @rseitzberg,

    Thank you for the link.

    Could you try adding the following CSS to the form page and seeing if it resolves the issue?

    .gfield.gfmc-column.gfmc-field {
      flex-basis: unset;
    }

    Thank you for your time.

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

The topic ‘Adjust Column width with CSS’ is closed to new replies.