Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2010
    Posts
    202
    Plugin Contributions
    0

    Default Get attributes option a lot closer to image

    i would like to move my attributes above the Add to cart button section on the right. i added:
    #productAttributes {
    float: right;
    width: 70%;
    }
    to my style sheet and the attributes ended up in the middle. i point in the right direction would be appreciated. thank you

    http://notoriousarc.com/index.php?ma...&products_id=3
    Last edited by fw541c; 19 Sep 2010 at 09:08 AM.

  2. #2
    Join Date
    Aug 2010
    Posts
    202
    Plugin Contributions
    0

    Default Re: Get attributes option a lot closer to image

    If i could just get the attributes to stay where they are but bring them up to the same level as the Model Name i would be very happy with that

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Get attributes option a lot closer to image

    You could do it like this:

    #productAttributes {
    float:right;
    margin-top:-17em;
    margin-right:2.2em;
    }

    (notice that's a negative 17em), but it would be better to move the code block for the attributes in tpl_product_info_display.php to above the Add to Cart button code and then play with the margins/padding in the stylesheet.

 

 

Similar Threads

  1. Sure seems like a lot of $ for a lot of work...
    By runfrombears in forum General Questions
    Replies: 9
    Last Post: 15 Mar 2013, 08:13 AM
  2. v150 Product Info page: how to align attributes closer (without space)
    By scott_ease in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Jul 2012, 03:40 AM
  3. Attributes Option Values image
    By shahram in forum General Questions
    Replies: 0
    Last Post: 10 Jan 2011, 09:33 AM
  4. Size Attributes with a lot of option values
    By relix in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 23 Oct 2009, 07:20 AM

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