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
Setting the following to 100% max-width instead of max 600px fixes it on larger screens. We can then also remove the sidebar on smaller screens. No reason to have it max at 600px.
.acf-admin-single-field-group .acf-field-object-flexible-content .acf-is-subfields .acf-field-object .acf-label, .acf-admin-single-field-group .acf-field-object-flexible-content .acf-is-subfields .acf-field-object .acf-input
{
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.