You can customize it as per my suggestion
Copy
<blockquote>plugins/system/jat3/jat3/base-themes/default/blocks/header.php</blockquote>
Paste to
<blockquote>templates/ja_purity_ii/blocks</blockquote>
Open header.php file
and customize it here
<div class="logo-text">
<h1><a href="<?php JURI::base(true) ?>" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
<p class="site-slogan"><?php echo $sloganText;?></p>
</div>
If you need to change css file
<blockquote>templates/ja_purity_ii/css/template.css</blockquote>
h1.logo a span { position: absolute; top: -1000px; }
h1.logo, div.logo-text { float: left; z-index: 1; position: relative; }
h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; }