Support

Account

Home Forums Backend Issues (wp-admin) ACF Pro Banner graphics overlapping fields Reply To: ACF Pro Banner graphics overlapping fields

  • I’ve identified a solution, however temporary and inconvenient (I’ll have to do it every time I save, as I’m doing it via the Inspector):

       #tmpl-acf-field-group-pro-features, #acf-field-group-pro-features {
           position: relative !important;
           z-index: -1 !important;
    }

    Perhaps the design does not fit the purpose (hand on heart, absolutely no disrespect meant).