View Single Post
  #10  
Old 12-27-2011, 09:38 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Sub-categories images not lining up with 1 or 2 lines of text underneath

Okay after reviewing your link (sent via PM), your page is indeed laid out with tables like your example page. However, the table structure is not the same.

The example page has rows like this (hopefully this will translate)
-----------------------------------------------------------------------
| Product title | Product Title | Product Title |
-----------------------------------------------------------------------
| Product image | Product image | Product image |
-----------------------------------------------------------------------
| Product price | Product price | Product price |
-----------------------------------------------------------------------

Your template has rows like this:
-----------------------------------------------------------------------
| Product title | Product title | Product title |
Product Image Product Image Product Image
Product Price Product Price Product Price
-----------------------------------------------------------------------

Perhaps with some extremely clever css tricks you could get the behavior you want without changing the template, but it is the basic table structure that is keeping you from easily obtaining your desired result. (IMO)
Hope that helps,
-Mike
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote