CSS issue with ACF on edit.php
-
Hi, I had some css issue with ACF. Plugin add display:block to TH and TD. So I added display: table-cell like below.
tr.compat-field-slimage_quality th, tr.compat-field-slimage_extras th {
border-left: 1px solid #ccc;
padding-left: 1rem;
display: table-cell !important;
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CSS issue with ACF on edit.php’ is closed to new replies.