Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2008
    Posts
    28
    Plugin Contributions
    0

    Default Add to Cart Button pushing into left column

    I am having a problem with the layout of my product info page.
    Everything seems to be align ok except for the add to card/Qty button. It pushes all the way over into the left column and it should be aligned to the right.

    I haven't been able to find a solution anywhere in the forums the past 2 days, is there someone could lend me some assistance i would appreciate it.

    Here is the link to the problem area, SITE


    I have this problem with every product info page.

    Thank You in advance

    Trav

  2. #2
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Add to Cart Button pushing into left column

    Add to cart looks fine in IE7. FF shows it peeking our from behind the left sidebox, as you indicated.


    Not sure what the fix is, but this is the code block from your stylesheet.
    Looks like it should go to the right.

    #cartAdd (line 447)
    {
    width: 125px;
    text-align: center;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: right;
    padding-right: 10px;

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Add to Cart Button pushing into left column

    One problem is that you have hard-coded a width of 40px into #leftFloat, in tpl_product_info_display.php. From view source:

    <div id="leftFloat" style="width:40px"><!--bof Main Product Image -->

    Something else is making #leftFloat move to the left of its container, under the left sidebar, and #leftFloat has no styling in the stylesheet to make it float left correctly.

  4. #4
    Join Date
    Jun 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Add to Cart Button pushing into left column

    My apologies I misread the dates and didn't know the answer was directed towrds me, thought it was an old post. i am going to check out the left float styling and see if that works. I didn't hard code 40px in there so i will have to get rid of it and see if that works.
    Travis Holzem
    Internet Business Developer & SEO Expert
    KnockOutOdors.com Environmentally Responsible Products

 

 

Similar Threads

  1. Remove Left Column and add images on right column
    By steve Nezia in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 13 Jun 2011, 03:40 PM
  2. extend left column into header
    By gsdcypher in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Sep 2009, 12:47 AM
  3. Column Layout Grid and Add to Cart Button
    By alvalong in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 19 Aug 2009, 11:06 PM
  4. Add To Cart Button pushed into left column
    By mezloh in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Jun 2008, 03:49 AM
  5. Put Add To Cart button in left column?
    By shards in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 9 Apr 2007, 11:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg