Support

Account

Forum Replies Created

  • Thanks presta

    If anyone comes across this problem, it is caused by a conflict with the Visual Composer plugin – there is some over zealous CSS within Visual Composer so it may not be “fixed” by ACF.

    You can also do the following to avoid hacking ACF – inside functions.php, add the following:

    add_action('admin_head', 'my_fix');
    
    function my_fix() {
      echo '<style>
        .acf-input-table tr.row:before{ display: none !important; }
        .acf-input-table tr.row:after{ display: none !important; }
      </style>';
    }

    Cheers

    Emile

  • +1 for this – just bought the plugin and all table headers are not lining up with cells when using the table layout

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