Re: Cherry Zen Template Support Thread
Hi There
First of all I love this template thank you so much!
I just have one issue that I have not been able to fix it's on my product info page. I would love for the add to cart button to line up with the tell a friend and reviews buttons, can everyone help?
See it here: http://mall.justgodincharge.com/wire...ize-8-p-3.html
Shirley
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
SJacks33
I just have one issue that I have not been able to fix it's on my product info page. I would love for the add to cart button to line up with the tell a friend and reviews buttons, can everyone help?
See it here:
http://mall.justgodincharge.com/wire...ize-8-p-3.html
I think that you can achieve this by changing "includes/templates/cherry_zen/css/stylesheet.css - look for #cartAdd.
Change the width to 100px and comment out the margin and float lines:
Code:
#cartAdd {
width:100px; /* Changed from 125px */
text-align:center;
/*margin:10px auto;*/
/*float:right;*/
padding-right:10px;
}
Re: Cherry Zen Template Support Thread
Hi daymobrew
Thank you so much that worked awesome!
Shirley
Re: Cherry Zen Template Support Thread
Where and how do I change the font and font size of the text in the categories box?
Re: Cherry Zen Template Support Thread
I would like to switch from Apple Zen to the Cherry Zen Template, at the same time upgrade from 1.3.8 to the latest version of Zen. Doable?
thanx in advance for input
Re: Cherry Zen Template Support Thread
Trying to correct a coding error but cannot locate the file. View source shows me the following:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<title>White Mountain Beads, Gifts & More</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="ecommerce, open source, shop, online shopping " />
<meta name="description" content="White Mountain Beads, Gifts & More : - ecommerce, open source, shop, online shopping" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="The Zen Cart™ Team and others" />
<meta name="generator" content="shopping cart program by Zen Cart™, http://www.zen-cart.com eCommerce" />
<base href="http://whitemountainbeads.com/" />
<link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet_dotline.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet_dropshadow.css" />
<link rel="stylesheet" type="text/css" media="print" href="includes/templates/cherry_zen/css/print_stylesheet.css" />
</head>
<body id="indexHomeBody">
<!--bof-header logo and navigation display-->
<!-- divs for drop shadow -->
<div id="nw"><div id="ne"><div id="se"><div id="sw"><div id="n"><div id="s"><div id="w"><div id="e"><div id="main"><table id="workaround"><tr><td>
<div id="headerWrapper">
<!--bof-navigation display-->
<div id="navMainWrapper">
<div id="navMainSearch">
</div>
<div id="navMain">
<ul>
<li><a href="http://whitemountainbeads.com/"><span></span></a></li>
<li><a href="http://whitemountainbeads.com/index.php?main_page=login"><span>Log In</span></a></li>
<li><a href="http://whitemountainbeads.com/index.php?main_page=account"><span>My Account</span></a></li>
<li><a href="http://whitemountainbeads.com/index.php?main_page=shopping_cart"><span>Shopping Cart</span></a></li>
<li><a href="http://whitemountainbeads.com/index.php?main_page=checkout_shipping"><span class="last">Checkout</span></a></li>
</ul>
</div>
</div>
<!--eof-navigation display-->
and continues on. I have searched using the developer's tool but cannot find anything that matches this file. Can anybody help me locate it? I am using Cherry Zen modified slightly (colors).
Thanks.
Re: Cherry Zen Template Support Thread
Setting up a new site with this template & would like to have the grey ezpage bar below the logo as per Jade's illustration website. Is there a way to have this bar as a seperator ezpage without the bar reflecting any text?