Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2005
    Posts
    81
    Plugin Contributions
    0

    Default Attributes moving on some pages with image

    I am guessing this is my stylesheet causing this maybe but could very well be my manuvering of the tpl_product_info_display.php page.

    All of my products with attributes have displayed fine till now. Products I am adding currently have two drop down and one radio. when the image is not present it displays fine
    http://saltycritter.com/store/index....roducts_id=366
    But once I add an image it moves the two dropdowns apart and leaves a gap.
    http://saltycritter.com/store/index....roducts_id=365

    Products with more attributes and a shorter image display fine
    http://saltycritter.com/store/index....roducts_id=234
    But once a taller image is put in the gap between the first and second attribute grows
    http://saltycritter.com/store/index....roducts_id=236

    Thanks as always for any help
    Shawn

  2. #2
    Join Date
    Apr 2005
    Posts
    81
    Plugin Contributions
    0

    Default Re: Attributes moving on some pages with image

    I think I fixed it... maybe not be the "right" way to do it as I got it by experimentation but it seems to work

    I changed

    #productAttributes, #productName, #productPrices {
    padding-left: 160px;
    }

    to become this ............

    #productName, #productPrices {
    padding-left: 10px;
    }

    #productAttributes {
    padding-left: 10px;
    float: left;
    }

 

 

Similar Threads

  1. v139h Some issues with moving site up one level
    By mudpit in forum General Questions
    Replies: 1
    Last Post: 14 Mar 2012, 02:48 AM
  2. Help with moving some stuff around
    By raildawg in forum General Questions
    Replies: 3
    Last Post: 21 Aug 2011, 04:05 PM
  3. Setup Stock by Attributes with only some attributes?
    By jnisme in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 18 Jul 2010, 09:48 PM
  4. Problem with Required attributes after moving attributes to product listing page
    By bigmo337 in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 20 Jun 2010, 12:03 AM
  5. Text overlapping image on some pages?
    By kevinmc3 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 20 Mar 2008, 05:08 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