I have added a tagline to the header of my JAEdenite template.
The text is in the header block. It appears as
<blockquote><h1 class=”logo”>
<a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
<span class=”tagline”>Amethyst – Leaders in Thought and Action<span>
</h1></blockquote>
The css for it appears in template.css as
<blockquote>.tagline {
padding-left: 400px;
padding-top: 40px;
display: block;
width: 1000px;
color:#95256C;
font-variant: small-caps;
}
</blockquote>
If in the template parameters I set Optimise CSS to No the correct appearance is found on every page.
If in the template parameters I set Optimise CSS to Join & Minify the correct appearance is found on every page except the Home page.
If I inspect the CSS for the home page in the template.css in the Joined file the .tagline block is missing.
Please tell me what I am doing wrong.
Thank you
Tony D