go to loop-single.php on the delta theme
look for the line <div class = "extra isList">
below enter
<div class="extra isList">
<?php if(del_item_location(false, true) <> '') { ?>
<span class="category"><i class="fas fa-map-marked-alt"></i><?php echo osc_item_category() ; ?></span>
<span class="location"><i class="fas fa-map-marker-alt"></i><?php echo osc_item_city(); ?> <?php if( osc_item_region()!='' ) { ?> (<?php echo osc_item_region(); ?>)<?php } ?></span>
<span class="date"><i class="fas fa-pen"></i><?php echo osc_format_date(osc_item_pub_date()); ?></span>
<?php } ?>
</div>