Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    162
    Plugin Contributions
    0

    Default align attributes with add to cart button horizontally

    Hi

    please see:
    http://www.baitworks.co.uk/zensports...products_id=72

    I would like to move the add to cart button up to the right of the attributes and if possible remove some of the white space before the description - please can anyone help?

    thanks

    Derek

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: align attributes with add to cart button horizontally

    Locate this:
    includes/templates/theme746/css/stylesheet_main.css
    Find this:
    #cartAdd {
    margin: 10px 0 0;
    overflow: hidden;
    padding: 1em 1em 1em 0;
    }
    Change to this:
    #cartAdd {
    margin: -120px 0 0;
    overflow: hidden;
    float: right;
    }

  3. #3
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    162
    Plugin Contributions
    0

    Default Re: align attributes with add to cart button horizontally

    many thanks haredo:

    In theme746/css/stylesheet_main.css
    I have:
    #cartAdd { margin:0; padding:1em 1em 1em 0; margin:10px 0 0; overflow:hidden;}
    #cartAdd .qty{ padding:3px; border:solid 1px #E1E1E1; width:50px;}
    .text2{ margin-top:9px;}

    Is this the correct section?

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: align attributes with add to cart button horizontally

    As I posted above and to highlight your section yes,
    In theme746/css/stylesheet_main.css
    I have:
    #cartAdd { margin:0; padding:1em 1em 1em 0; margin:10px 0 0; overflow:hidden;}

  5. #5
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    162
    Plugin Contributions
    0

    Default Re: align attributes with add to cart button horizontally

    many thanks haredo for your help - that's sorted it!!!!!!!

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: align attributes with add to cart button horizontally

    Your most welcome, glad I could help ...

 

 

Similar Threads

  1. align 3 drop down attributes across the page horizontally
    By RonGin in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 4 Feb 2015, 06:25 PM
  2. v150 align Add To Cart button with a quantity box.
    By line1 in forum General Questions
    Replies: 5
    Last Post: 18 Oct 2012, 07:20 PM
  3. Add to Cart button alignment runs with product attributes
    By hindley in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Jul 2011, 06:42 PM
  4. add to cart button on product listing (for products with attributes)
    By easy3dsource in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 10 Apr 2011, 06:08 PM
  5. Aligning Product Attributes with Add to Cart Button
    By mlm2005 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Jul 2006, 01:05 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