Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Add To Cart - making me crazy!

Add To Cart - making me crazy!

Locked

Views: 1,043

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
28 Jun 2009, 4:17 PM
#1
jill8026 avatar

jill8026

Totally Zenned

Join Date:
May 2007
Posts:
461
Plugin Contributions:
0

Add To Cart - making me crazy!

For some reason every site that I am working on is having the same problem....and I cannot find it for the life of me....

Here is an example:

http://www.gardengirlskincare.com/store/index.php?main_page=product_info&cPath=7_9&products_id=195

The add to cart button sits higher than the quantity box...I have tried every possible CSS combination I can think of and nothing works.....

Any clue on how to get these to sit right up against each other evenly?!?!?!?!? I hate asking such a simple question...but I have spent way too long on this...I have another site with the exact same problem!

28 Jun 2009, 4:29 PM
#2
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: Add To Cart - making me crazy!

At first glance, without even looking at any CSS.... I've often found it simpler to just edit the button image in Photoshop. In your case, just add some blank space at the top of the button to effectively, push it downwards :smile:

28 Jun 2009, 5:05 PM
#3
jill8026 avatar

jill8026

Totally Zenned

Join Date:
May 2007
Posts:
461
Plugin Contributions:
0

Re: Add To Cart - making me crazy!

I thought of that...was just REALLY trying to not have to do that!!! Call me lazy.... :smile::smile:

Thank you though!!!!

28 Jun 2009, 5:17 PM
#4
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: Add To Cart - making me crazy!

Trying to pad that button using CSS is not going to be easy. The button itself isn't governed by any CSS span or div tags. So, you'd have to find the PHP files that generate this button, then give it a div id or a span class... then style it in CSS...

editing the image in Photoshop is actually the lazy way :-)

28 Jun 2009, 9:56 PM
#5
jill8026 avatar

jill8026

Totally Zenned

Join Date:
May 2007
Posts:
461
Plugin Contributions:
0

Re: Add To Cart - making me crazy!

..hhmm..you know what is interesting...I tried to pad the image on the top with whitespace so it would push down...and it doesnt push it down at all it just keeps the white space at the top...the button itself stays at the exact same space it is at....very weird....looks creating a div it is...uuugh