Hi I use veronika theme Currently i added the location on view and i have attached the picture .. is there a way you could help .. place the location tag from the top and place it under price .. i do think it will look more elegant .. thanks
<?php if( osc_price_enabled_at_items() ) { ?> <div class="price"><span><?php echo osc_item_formated_price(); ?></span></div> <?php } ?>
<!--modified location are insterted here --> <div> <span class="locationg "><i class="fa fa-map-marker"></i> <?php if ( osc_item_region() && osc_item_city() != null ) { ?><?php echo osc_item_city(); } ?> </span></div>