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

  • for hover and border

    .repeat-horizontal .acf-repeater tr.acf-row:hover {
        z-index: 10 !important;
    }
    
    .repeat-horizontal .acf-repeater .acf-row-handle.remove {
        border-right: 1px solid #E1E1E1;
    }