Hello guy!
Please open the file: /templates/ja_seleni/html/com_contact/contact/default.php and find codes at line 18=> 22
[PHP]
<?php if ($this->params->get(‘show_page_title’,1) && $this->params->get(‘page_title’) != $this->contact->name) : ?>
<h1 class=”componentheading<?php echo $this->escape($this->params->get(‘pageclass_sfx’)); ?>”>
<?php echo $this->escape($this->params->get(‘page_title’)); ?>
</h1>
<?php endif; ?>
[/PHP]
Please move them below these codes (at line 24) :
[PHP]<div class=”contact<?php echo $this->escape($this->params->get(‘pageclass_sfx’)); ?>”>[/PHP]