Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Its a bag or I'm doing something wrong

Its a bag or I'm doing something wrong

Locked

Views: 1,265

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
15 Sep 2007, 12:02 AM
#1
graf avatar

graf

New Zenner

Join Date:
Sep 2007
Posts:
3
Plugin Contributions:
0

Its a bag or I'm doing something wrong

Hi all
Everything seems working fine but i have small problem and cant find a way to fix it, inside my category all the images kind of on top each other without space.
here is the link
http://www.flowersbyreginak.com/index.php?main_page=index&cPath=1

any Idea why is this happening?

thanks in advance

15 Sep 2007, 12:18 AM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Its a bag or I'm doing something wrong

graf:

Hi all
Everything seems working fine but i have small problem and cant find a way to fix it, inside my category all the images kind of on top each other without space.
here is the link
http://www.flowersbyreginak.com/index.php?main_page=index&cPath=1

any Idea why is this happening?

thanks in advance

try adding this to your stylesheet.css

.productListing-even .productListing-data,{padding:5px 0;font-size:1em;color:#000;}
.productListing-odd .productListing-data{padding:5px 0;font-size:1em;color:#000;}

15 Sep 2007, 12:31 AM
#3
graf avatar

graf

New Zenner

Join Date:
Sep 2007
Posts:
3
Plugin Contributions:
0

Re: Its a bag or I'm doing something wrong

I just copy and paste this 2 lines in my stylesheet.css line 414 and no changes :(
any other suggestions please?

15 Sep 2007, 12:35 AM
#4
graf avatar

graf

New Zenner

Join Date:
Sep 2007
Posts:
3
Plugin Contributions:
0

Re: Its a bag or I'm doing something wrong

got it working thx a lot,I just paste it in classic>css>stylesheet.css and its start working

15 Sep 2007, 1:46 AM
#5
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Its a bag or I'm doing something wrong

graf:

got it working thx a lot,I just paste it in classic>css>stylesheet.css and its start working

glad to help