Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Location
    Western New York
    Posts
    48
    Plugin Contributions
    0

    Default Adding a line between products

    When you go to a category to view products, they all look smooshed together:

    http://knottybynature-ny.com/index.p...ndex&cPath=2_6

    Visiting a page on someone else's site, they have some nice divider lines between their products:

    http://bellirosa.com/store/index.php...&cPath=127_140


    Do I change the CSS? What do I change and where, so all my products are separated?

    Thanks for your help!!!
    [FONT="Georgia"]Knotty By Nature, Custom Fine Silver Jewelry[/FONT]
    http://www.knottybynature-ny.com

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Adding a line between products

    Yes, it's CSS. This is the styling used on that particular site and is typcial of how people achieve this effect
    .productListing-data {
    border-bottom:1px solid #CC0000;
    padding:0.5em;
    }
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Jul 2007
    Location
    Western New York
    Posts
    48
    Plugin Contributions
    0

    Default Re: Adding a line between products

    Thank you for the info...being an amateur at this tho...where would i put this in the CSS to have the line in between my products in all categories?

    As always, help is appreciated!!!!

    Thanks,
    Cat
    [FONT="Georgia"]Knotty By Nature, Custom Fine Silver Jewelry[/FONT]
    http://www.knottybynature-ny.com

  4. #4
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Adding a line between products

    Open stylesheet.css

    Look for:

    .productListing-data

    (It may be part of a "list"... meaning that it shares styles with other elements).

    If it does appear in a list, make sure that the styles do not conflict with:

    border-bottom:1px solid #CC0000;
    padding:0.5em;


    If there are no conflicts, you can put the declaration anywhere in the stylesheet. It's probably good practice to stick it at the bottom, under a commented section called:

    Code:
    /* My css edits */
    
    .productListing-data {
    border-bottom:1px solid #CC0000;
    padding:0.5em;
    }
    ... then you know it's a change you made, and you know where to find it.

  5. #5
    Join Date
    Jul 2007
    Location
    Western New York
    Posts
    48
    Plugin Contributions
    0

    Default Re: Adding a line between products

    AWESOME!!! It worked easily! I was able to add this to my friend's website that I did for her too. Makes everything look that much more organized & professional. Thank you!!!!!


    Cat
    [FONT="Georgia"]Knotty By Nature, Custom Fine Silver Jewelry[/FONT]
    http://www.knottybynature-ny.com

 

 

Similar Threads

  1. v151 Getting a horizontal line between products listed
    By Togfather in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Aug 2014, 05:03 PM
  2. Line between products
    By cawill24 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Sep 2009, 04:48 AM
  3. adding horizontal line between products in listing
    By guybarles in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 9 Aug 2009, 06:51 PM
  4. Add a line between products in product_listing.php
    By gibsonshop in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Sep 2007, 10:14 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