Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Add To Cart Button pushed into left column

Add To Cart Button pushed into left column

Locked

Views: 1,253

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
26 Jun 2008, 5:26 PM
#1
mezloh avatar

mezloh

New Zenner

Join Date:
Jun 2008
Posts:
28
Plugin Contributions:
0

Add To Cart Button pushed into left column

I am having a problem with the ad to cart/qty button pushing over into the left column on my site. Everything else seems to line up fine except for this.

I have been looking for an answer for going on the 2nd day and I am very frustrated with this problem.

If someone could take a look at my site and let me know any step i can take to rectify this problem.

Here is my SITEhttp://knockoutodors.com/virtual_retail/index.php?main_page=product_info&cPath=2&products_id=12&zenid=f9f32fcdb0421da99f9658bcd5fbadb7

This problem is on every product info page.

Any help would be appreciated.

Thanks in advance

Trav

ZC version 1.3.8
Cherry Zen Template

26 Jun 2008, 5:43 PM
#3
mezloh avatar

mezloh

New Zenner

Join Date:
Jun 2008
Posts:
28
Plugin Contributions:
0

Re: Add To Cart Button pushed into left column

There is no answer to my problem in that thread whatsoever. 2 posts and none within the past year. I think it's time to renew this and get me a real answer to fix this problem.

If anyone can give me a recommendation to try that would be great.

If someone could please check out the link to my site and let me know

Thank You

Trav

26 Jun 2008, 5:53 PM
#4
bnbsports avatar

bnbsports

New Zenner

Join Date:
Mar 2008
Posts:
59
Plugin Contributions:
0

Re: Add To Cart Button pushed into left column

I had that problem a little while ago. What I did was download a Web Developer and work with the edit CSS. Go all the way down to LABEL, h4.optionName { and mess around with the padding and margin. And also go down to #cartAdd { and do the same thing. Then copy the whole CSS code and copy it to your Stylesheet.css in your CUSTOM folder

26 Jun 2008, 9:24 PM
#5
mezloh avatar

mezloh

New Zenner

Join Date:
Jun 2008
Posts:
28
Plugin Contributions:
0

Re: Add To Cart Button pushed into left column

Well, I got it out from underneath the left column but that is only a minor fix.
Isn't the add to cart button by default supposed to be aligned to the right????
My css says so anyway, from what i can tell.
Frustrating to say the least.

Would overwriting one of the tpl files take care of this?

27 Jun 2008, 2:49 AM
#6
bnbsports avatar

bnbsports

New Zenner

Join Date:
Mar 2008
Posts:
59
Plugin Contributions:
0

Re: Add To Cart Button pushed into left column

It might break up the page.

This is what I have for my add to cart logo and I have it under my product symbols.

#cartAdd (line 364)

{

text-align: left;

border-top-width: 0px;

border-right-width: 0px;

border-bottom-width: 0px;

border-left-width: 0px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #000000;

border-right-color: #000000;

border-bottom-color: #000000;

border-left-color: #000000;

padding-top: 0em;

padding-right: 0em;

padding-bottom: 4.2em;

padding-left: 10.8em;

}

http://www.bnbsoccer.com/index.php?main_page=product_info&products_id=41

That would be an example page.