Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Product information layout

Product information layout

Locked

Views: 1,011

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
10 Sep 2007, 3:42 AM
#2
econcepts avatar

econcepts

Totally Zenned

Join Date:
Dec 2005
Posts:
1,505
Plugin Contributions:
2

Re: Product information layout

You'll want to look at your stylesheet for this and re-work the widths, floats etc.. on the various div elements until you get them where you need them.

For starters, do a view source while looking at your page in a browser, and find the section you want to alter. Make note of the style, then find that same class or div id in the styesheet and make the desired changes.

11 Sep 2007, 7:29 AM
#3
lastpirate007 avatar

lastpirate007

Zen Follower

Join Date:
Jul 2007
Posts:
137
Plugin Contributions:
0

Re: Product information layout

Marypoppinz:

http://www.sinistercreations.co.nz/zencart/index.php?main_page=product_info&cPath=142_123&products_id=437

as you can see for some reason my production discription is pushed down the bottom, i would like it to be next to the image. Can anyone help?

Regards
haley

search this in stylesheet.css and make float: right; to left
#productbox (line 15)

{

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

width: 70%;

float: right;

}

hope it will solve ur problem