Support

Account

Forum Replies Created

  • Just an FYI – none of the ACF repeater options (table, block or row) work on a mobile platform where the viewport is smaller than 450px. You can tweak the css but it’s cumbersome and doesn’t work so well. A work around is to wrap the repeater field (under Wrapper Attributes) with a class and then set that class to scroll. For example – wrap the repeater with the class “scrollme” and then style that class as:

    .scrollme {
        overflow-y: auto;
        padding: 10px 0;
    }
Viewing 1 post (of 1 total)