if you talking about your site http://www.unlimitedwarehouse.com/ then I think whoever did the HTML for the site header removed too much of the CSS. The source just hasmaking it impossible to style. You will have to add a CSS "hook" so that you can control this text.Code:<td>Unlimited Warehouse</td>
So you need to edit ... /includes/templates/YOUR_TEMPLATE/common/tpl_header.php
changetoCode:<td width="61%" height="140" align="center">then edit /includes/templates/YOUR_TEMPLATE/css/styles.css and addCode:<td width="61%" height="140" align="center" id="tagline">
Code:#tagline { font-size: 1.5em; }



