Support

Account

Home Forums Add-ons Repeater Field Show repeater fields horizontal next to each other Reply To: Show repeater fields horizontal next to each other

  • Cooool! It works! Thanks for sharing!!!
    I use grid instead of flex.

    .repeat-horizontal .acf-repeater tbody {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; //set number of columns
    }

    Great plugin, great support, great community.