Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2007
    Location
    Derby, UK
    Posts
    12
    Plugin Contributions
    0

    Default Aligning Featured Items

    Please take a look at my site: http://www.eggsandantlers.co.uk.

    If you scroll down, you'll see that the Featured Products are in a neat row. You'll also see that the prices and Details buttons are not neat. This is due to the Product Names being of differing lengths, I think.

    Other than limiting product name length, is there any way of adjusting the layout so the price and details elements are aligned, possibly by adding linebreaks if the length isn't long enough?

  2. #2
    Join Date
    Jun 2006
    Posts
    123
    Plugin Contributions
    0

    Default Re: Aligning Featured Items

    You should specify a fixed height for the product title, and make sure that it's a block element - otherwise height doesn't apply

    I see you've already done the first part in your stylesheet - to take care of the second, just add the line in red:

    Code:
    .producttitle {
      min-height: 4em;
      display: block;
    }
    Tested it as a user stylesheet with your website - that did the trick

    Hope this helps

  3. #3
    Join Date
    Jun 2007
    Location
    Derby, UK
    Posts
    12
    Plugin Contributions
    0

    Default Re: Aligning Featured Items

    Quote Originally Posted by bodyjewelrystores View Post
    You should specify a fixed height for the product title, and make sure that it's a block element - otherwise height doesn't apply

    I see you've already done the first part in your stylesheet - to take care of the second, just add the line in red:

    Code:
    .producttitle {
      min-height: 4em;
      display: block;
    }
    Tested it as a user stylesheet with your website - that did the trick

    Hope this helps

    Spot on. That did the trick perfectly. Thanks!

 

 

Similar Threads

  1. v151 Remove Featured Items Sidebox from Featured Items Page
    By mutinyzoo in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Nov 2013, 07:20 PM
  2. Aligning PRODUCT INFO items?
    By iron_mole in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Nov 2011, 12:42 PM
  3. Featured items or Special Items REFUSE to display on main / home page
    By masmat in forum Templates, Stylesheets, Page Layout
    Replies: 21
    Last Post: 13 Aug 2010, 06:29 PM
  4. items no aligning in IE but are in FF
    By kitcorsa in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Aug 2008, 10:13 AM
  5. featured products not aligning on IE7
    By keylessguy in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 29 Dec 2006, 08:04 AM

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