Support

Account

Home Forums Backend Issues (wp-admin) Nested repeaters and flexible fields too narrow to manage Reply To: Nested repeaters and flexible fields too narrow to manage

  • Actually sidebar does not hide when changing it in screen options. I can see that is also a ACF issue by maxing out the width of the boxes to 1440px, which prevents the WP feature of hiding the sidebar working. Setting the following also fixes it:

    .post-type-acf-field-group .metabox-holder.columns-1 #acf-field-group-fields, .post-type-acf-field-group .metabox-holder.columns-1 #acf-field-group-options, .post-type-acf-field-group .metabox-holder.columns-1 .meta-box-sortables.ui-sortable, .post-type-acf-field-group .metabox-holder.columns-1 .notice
    {
        max-width: 100%;
    }