Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2011
    Posts
    5
    Plugin Contributions
    0

    help question Add to cart button is not inline with other buttons

    Hi, I am trying to adjust buttons in the same line in the product page but could not find any solution for it any where! Here and google.

    Only the pages that have no attribute (dropdown menu) has this problem.

    Here is a linke to the page (photo Restoration):
    http://transfervideotodvd.co.uk/inde...products_id=70

    I would appreciate if anyone could help.

    Thanks
    Morty

    Zen Cart v139h
    no upgrade is done
    installed by hostpapa

  2. #2
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Add to cart button is not inline with other buttons

    in your stylesheet find:

    Code:
    /*Shopping Cart Display*/
    
    #cartAdd {
        float: right;
        text-align: center;
        margin: 1em;
        padding: 1em;
        }
    change to:
    Code:
    #cartAdd {
        float: right;
        text-align: center;
        margin: 0em;
        padding: 0.4em;
        }
    hope this helps!

 

 

Similar Threads

  1. CSS Buttons - Change only the add to cart button to an image
    By ksookma in forum General Questions
    Replies: 1
    Last Post: 11 Oct 2011, 04:23 AM
  2. Add to Cart button that can be placed on other pages?
    By Youngblood in forum General Questions
    Replies: 5
    Last Post: 7 Jul 2010, 05:16 PM
  3. Units in Stock , add to cart button are redirecting to other link
    By corditreasures in forum General Questions
    Replies: 7
    Last Post: 18 Feb 2010, 03:18 PM
  4. Add to Cart button not showing on product info page with attributes
    By Harvard in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 11 Nov 2009, 10:04 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