Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2011
    Location
    london UK
    Posts
    26
    Plugin Contributions
    0

    Default Product listing image holder width

    My images for all products will be 150x150px, I have adjust this so the images look perfect but the image holder for the product list is 309x199 I want the image holder to be the same size as the image.

    I can't find the file to adjust this can anyone help?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Product listing image holder width

    That should be product listing imagees from your description and these are defined in

    admin > config > images > small image width & height
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2011
    Location
    london UK
    Posts
    26
    Plugin Contributions
    0

    Default Re: Product listing image holder width

    I have tried changing that and it makes no difference, look here : http://store.lakewooditsupport.co.uk...ndex&cPath=1_7

    The images are 150x150 px but the column is 309 wide and 199 high?

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Product listing image holder width

    You have an empty <p> - paragraph holder after your description
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Aug 2011
    Location
    london UK
    Posts
    26
    Plugin Contributions
    0

    Default Re: Product listing image holder width

    I have adjust that thanks :), i still can't get the image column to narrow?

  6. #6
    Join Date
    Aug 2011
    Location
    london UK
    Posts
    26
    Plugin Contributions
    0

    Default Re: Product listing image holder width

    Never mind I have figured it out

    For those who want to know navigate to includes>modules>YOUR_TEMP>product_listing.php

    Them locate:
    PHP Code:
    case 'PRODUCT_LIST_IMAGE':
        
    $lc_text TABLE_HEADING_IMAGE;
        
    $lc_align 'center' ;
        
    $zc_col_count_description++;
        break; 
    and add the following after align = 'center'

    PHP Code:
    . (PRODUCT_LIST_IMAGE '" width="150px' PRODUCT_LIST_IMAGE '150px'); 

 

 

Similar Threads

  1. Product listing width
    By canemasters in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Mar 2012, 02:10 AM
  2. Image height and width in the products listing page
    By suryapavan in forum General Questions
    Replies: 3
    Last Post: 18 Apr 2010, 03:27 PM
  3. Product Listing - Image width & height issue
    By KismetDesign in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Sep 2009, 09:52 PM
  4. Product Listing Description and Image Width
    By verbena in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Oct 2008, 11:17 PM
  5. Removing an invisible place holder/image problem?
    By karazy in forum General Questions
    Replies: 2
    Last Post: 2 Jun 2008, 08: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