Support

Account

Home Forums Front-end Issues ACF form validation message position change Reply To: ACF form validation message position change

  • You can re-order items using flexbox. Try applying this CSS to the .acf-input element:

    display:flex;
    flex-direction: column-reverse;