Hi 7of9
I edited this file on your site: /templates/ja_stark/html/com_contact/contact/default.j3.php
and moved this snippet of code:
<?php if($this->contact->misc && $tparams->get('show_misc')) :?>
<div class="contact-info">
<!-- Contact other information -->
<div class="title-info">
<?php echo '<h2>'. JText::_('TPL_CONTACT_INFORMATION').'</h2>'; ?>
</div>
<div class="contact-misc">
<?php echo $this->contact->misc; ?>
<!-- End other information -->
</div>
</div>
<?php endif ;?>
Kindly check.