Quote Originally Posted by Beth-katherine View Post
Hello. Another fan of this new template - so professional looking with just a touch of class, nice. I'm getting close to open my new site with this design and am so excited!

I saw the bubbles site and want to do the same with the horizontal menu but have asked that question in the appropriate spot.

However I do have some problems I need help in solving:

  1. How do I move the template up in the window, the extra space about the main wrapper is begging to be reduced by half to my eye.
  2. On the listing page of products how do I move the price down next to Add to My cart instead of hugging the image.
  3. On the product descriptions page it's a total mess, on my site. Click on any product and you will see what I mean.
We're not open on this site yet as the secure socket layer is missing for credit card protection.

http://smockingbooks.com/index.php?main_page=

Thanks for your assistance, when I'm done I'll be donating.

Beth-Katherine
1. open your stylesheet (includes/templates/cherry_zen/css/stylesheet.css) and change the margin-top here:


body {
font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
font-size:73.5%;
margin-top:20px;
}

2. You'll have to open up includes/templates/cherry_zen/templates/tpl_product_info_display, find the price chunk, (it will be surrounded by a hidden start and end code), then cut and paste it nearer to the add to cart section. Then we'll have to see how that looks, and then adjust the css.

3. As per the readme.txt:

"The width of the image, tell a friend/reviews, and add to cart section is defined by your product image width. Please keep your product image width at 220 or less. If it is made wider than that, the layout will break. The width of the product information image can be adjusted in your admin, under "Configuration", "Images", "Product Info - Image Width".
It looks like you currently have your product image width at 0, I would change it to width: 150, height 150, that way your tall and narrow images will still only go to 150 tall, and your wide and long ones will only go to 150 wide.