Hi,
1.I want to write some CSS to fix the layout issues. Is it possible to do that?
2. Yes. Below is my code
$meta_boxes[] = array(
'id' => 'service_tax',
'title' => null,
'taxonomies' => 'categories', // List of taxonomies. Array or string
'fields' => array(
array(
'name' => esc_html__( 'Featured Image', 'codice' ),
'id' => "{$prefix}tax_thumb",
'type' => 'image_advanced',
'max_file_uploads' => 1,
'max_status' => false,
),
),
);
Post a screenshot to where?
3. It should append before the <div class=”edit-tag-actions”>
.