h7741550
Hi
Open file "/html/com_contact/contact/default.php" in template "ja_mason".
Find this code
<!-- JA Override Contact From for case "plain" -->
<?php if($this->params->get('presentation_style') == 'plain') :?>
<div class="row <?php echo $this->params->get('presentation_style') ?>-style">
<?php if($this->contact->misc && $tparams->get('show_misc')) :?>
<div class="col-xs-12">
<!-- Contact other information -->
<div class="other-information">
<div class="contact-body">
<?php echo $this->contact->misc; ?>
</div>
<!-- End other information -->
</div>
</div>
<?php endif ;?>
move the code after line 149 here : http://prntscr.com/lg5bzg
i attached the customized file below as well.
Regards