
Originally Posted by
Sunabac
I put in warning about items left in the shopping cart, so now I have this (if there were items left):
Code:
<div id="mainWrapper">
<div class="messageStackCaution larger"><img src="includes/templates/template_default/images/icons/warning.gif" alt="Warning" title=" Warning " width="20" height="20" /> Following items were left in your shopping cart after your last visit. If you do not wish to include them today, please remove them from you cart. Glad to have you back. Happy shopping!</div>
<!--bof-header logo and navigation display-->
<div id="headerWrapper">
<!--bof-navigation display-->
<div id="navMainWrapper">
<div id="navMain">
<div id="navMainLinks">
<ul class="back">
<li><a href="http://test.pridepak.com/ZenLevel3/">Home</a></li>
<li><a href="http://test.pridepak.com/ZenLevel3/index.php?main_page=logoff">Log Out</a></li>
<li><a href="http://test.pridepak.com/ZenLevel3/index.php?main_page=account">My Account</a></li>
</ul>
</div>
and it overlaps the heading in there.
Hi! Change the warnings section of the css (~line 340-ish) to this:
Code:
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
line-height:1.8em;
padding:0.2em;
}
.messageStackWarning, .messageStackError {
background:#990000;
color:#ffffff;
}
.messageStackSuccess {
background:#929292;
}
.messageStackCaution {
background:#FFFF99;
}
I'll update the download with this fix.
Bookmarks