Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Product listing page alignment problem

Product listing page alignment problem

Locked

Views: 839

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
13 Dec 2008, 8:19 PM
#1
dscott1966 avatar

dscott1966

Zen Follower

Join Date:
Apr 2005
Posts:
298
Plugin Contributions:
0

Product listing page alignment problem

I trying to get this aligned in the box correctly can someone please help me and tell me what i need to add to get it correctly?

Thank you

Can be seen here: http://dealz-r-us.com/index.php?main_page=index&cPath=2_24

13 Dec 2008, 9:13 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Product listing page alignment problem

The background for the product is not centered in the product space. Your stylesheet.css has this:```
/* Product list page */

.centerBoxContentsProducts {
background-image:url(../images/product_cell_1.jpg);
padding-bottom: 1.5em;
padding-top: 1.5em;
margin-right: -0.06em;
margin-left: -0.06em;
background-repeat: no-repeat;
padding-left: 0.1em;
padding-right: 0.1em;
background-attachment: scroll;
background-position: 0px 0px;
}

	background-position: 0px 0px; 
to
	background-position: top center;
13 Dec 2008, 9:37 PM
#3
dscott1966 avatar

dscott1966

Zen Follower

Join Date:
Apr 2005
Posts:
298
Plugin Contributions:
0

Re: Product listing page alignment problem

gjh42:

The background for the product is not centered in the product space. Your stylesheet.css has this:```
/* Product list page */

.centerBoxContentsProducts {
background-image:url(../images/product_cell_1.jpg);
padding-bottom: 1.5em;
padding-top: 1.5em;
margin-right: -0.06em;
margin-left: -0.06em;
background-repeat: no-repeat;
padding-left: 0.1em;
padding-right: 0.1em;
background-attachment: scroll;
background-position: 0px 0px;
}

>     background-position: 0px 0px; 
> to
>     background-position: top center;

That worked perfect Thank you very much.:clap: