Support

Account

Home Forums Backend Issues (wp-admin) Message Field issue if next to Conditional Logic Reply To: Message Field issue if next to Conditional Logic

  • At the moment I solved it with CSS:

    .acf-field-message{
    clear: both;
    }

    but it’s not a clean way, since Message fields support field width.