Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2008
    Posts
    32
    Plugin Contributions
    0

    red flag Adding a line break on product listing page...

    I've spent six hours looking through code that I don't completely understand and so now I default to the ninjas...

    Head out to http://echoframe.com/Cart/index.php?...index&cPath=26

    I want to put a line break between each entry so the images don't overlap one another and I want to place a small space between the image and the description; either a &nbsp;<BR> or a spacer.gif.

    I've searched the forum for what I'm looking for as far as customizing the product_listing.php page, but I'm not even sure that's the right page to be looking at.

    In any case, I'm needing some help and I appreciate anyone's input.

  2. #2
    Join Date
    May 2005
    Location
    Western MA, USA
    Posts
    604
    Plugin Contributions
    6

    Default Re: Adding a line break on product listing page...

    Ok here it goes.
    The Long answer
    You are thinking old school. Please go out and read Jeffry Zeldman's, Designing with Web Standards. http://www.zeldman.com/dwws/
    It will change your web life.
    The Short Answer
    You get this because I hate being just referred to documentation when I ask a question. how ever I do read that documentation.
    In YOUR CUSTOM TEMPLATE DIRECTORY/css/ you want to create a new file called YOUR CUSTOM TEMPLATE DIRECTORY.css and add
    Code:
    .productListing-odd, productListing-even {
     margin-bottom: 1ex;
    }
    that should sort you out

 

 

Similar Threads

  1. Replies: 7
    Last Post: 10 Jan 2016, 08:49 PM
  2. No page break in product listing
    By Djulli in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Dec 2009, 11:48 AM
  3. line break in product description in category list
    By czepp in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 17 Dec 2009, 10:38 PM
  4. Line spacing and font size issue on product listing page
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 29 Jul 2009, 07:51 AM
  5. How do I add line to the product listing page
    By amopro in forum Basic Configuration
    Replies: 3
    Last Post: 16 Mar 2007, 04:01 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