Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Posts
    5
    Plugin Contributions
    0

    Default Product Listing background

    I'm trying to change the background of each of the product listings to look like they do on www.sweetbeadstudio.com. I think the code I need to change is:

    Code:
    if (PRODUCT_LISTING_LAYOUT_STYLE == 'columns') {
          $lc_text = implode('<br />', $product_contents);
          $list_box_contents[$rows][$column] = array('params' => 'class="centerBoxContentsProducts centeredContent forward"' . ' ' . 'style="width:' . $col_width . '%;"',
                                                     'text'  => $lc_text);
          $column ++;
          if ($column >= PRODUCT_LISTING_COLUMNS_PER_ROW) {
            $column = 0;
            $rows ++;
          }
        }
    when I change .centerBoxContentsProducts it changes that background of the whole column (32.5%), not just the width of image (which is what I would like to do). Does anyone have any suggestions?

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

    Default Re: Product Listing background

    Post a url to your page with the issue
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. How to add background highlight for product listing?
    By time111 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 15 Sep 2010, 10:16 PM
  2. need help aligning product listing with background
    By hangman21 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Aug 2010, 08:37 PM
  3. Product Listing Background Image
    By littlegdesigns2004 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Oct 2007, 03:56 PM
  4. alternating product listing background color. How to?
    By Feral Ward in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Aug 2006, 07:19 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