Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2009
    Posts
    1
    Plugin Contributions
    0

    Default Category Product name and price don't line up

    Howdy,
    I've been able to find pretty much everything I have needed in older posts until now. I'm having trouble getting the product description and price to line up when in category view.

    http://store.pleaseheedthecall.com/i...=index&cPath=1

    In the price column, the first price of 12.71 is one line too high and the rest are off because of this. Can someone help me out on this one? Thanks a lot.

    Matt

  2. #2
    Join Date
    Feb 2009
    Posts
    95
    Plugin Contributions
    0

    Default Re: Category Product name and price don't line up

    2 things are happening here.
    1. your text inside the table cells are aligned in the middle.
    2 the text in the left table column starts with <h3> tags which has margin added by default. The text in the right column does not start out with any margin.

    Try adding the following to your stylesheet.css

    .productListing-data{
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid green
    }
    .productListing-data h3 {
    margin-top: -2px;
    }
    Last edited by jwitt98; 24 Mar 2009 at 06:07 AM. Reason: correct typo

 

 

Similar Threads

  1. v150 Shipping options name and price don't line up
    By SPembleton in forum Managing Customers and Orders
    Replies: 8
    Last Post: 1 Aug 2013, 01:34 AM
  2. v139h Product Name to appear in Call for Price (contact us email subject line)
    By cmcneal in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Mar 2012, 11:25 AM
  3. product name and price on the same line
    By ghmedia in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Apr 2009, 10:55 AM
  4. Remove Item Name, Category and Price
    By rich_li_ny in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 24 Sep 2007, 06:44 PM
  5. Rename Documents Category and Don`t apear Store Name and Tag
    By radu_s2003 in forum General Questions
    Replies: 1
    Last Post: 2 Jul 2007, 08:03 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