Replies: 0
Hey,
Awesome plugin! Here’s a fix for ACF Field Group Gap below the Group Title.
In style.min.css – Find:
#post-body #side3-sortables{min-height:32px;min-width:280px}#post-body #side4-sortables{min-height:32px;min-width:280px}
Replace by:
#post-body #side3-sortables{min-width:280px}#post-body #side4-sortables{min-width:280px}
🙂
Have a nice day!