Support

Account

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

Helping

ACF Pro Banner graphics overlapping fields

  • Is there anyone else experience this problem? Essentially the ‘square’ graphic elements on the ACF Pro banner is overlapping the container above it.

  • 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).

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.