Zen Cart Logo

Here's an annoyance...

Views: 392

Results 1 to 5 of 5
24 Aug 2011, 1:00 PM
#1
srhedd avatar

srhedd

New Zenner

Join Date:
Jun 2010
Posts:
55
Plugin Contributions:
0

Here's an annoyance...

Working on a few ZC things this morning, and my boss points out to me that he hates the fact that the first item in the cart is (center) justified, and the rest are left justified... wha?

Sure enough, he's right! Ichhhh!

Where do I fix THAT?!?!

:blink:

Current version, minimal mods

24 Aug 2011, 1:02 PM
#2
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Here's an annoyance...

without a link we can't help

24 Aug 2011, 1:08 PM
#3
srhedd avatar

srhedd

New Zenner

Join Date:
Jun 2010
Posts:
55
Plugin Contributions:
0

Re: Here's an annoyance...

You'll have to go through the buy process...

http://www.ledlights.com

24 Aug 2011, 1:14 PM
#4
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Here's an annoyance...

look in stylesheet.css line 637

.rowEven {
background-color: #F0F0F0;
height: 1.5em;
text-align: center;
vertical-align: top;
}

Delete text-align: center; to make all align left, or add to rowOdd line 631 to make all align center

.rowOdd {
background-color: #E8E8E8;
height: 1.5em;
vertical-align: top;
}

24 Aug 2011, 2:19 PM
#5
srhedd avatar

srhedd

New Zenner

Join Date:
Jun 2010
Posts:
55
Plugin Contributions:
0

Re: Here's an annoyance...

Yup, that's it!! Didn't look down far enough.

THANKS!!

:hug: