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%;
}
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.