View Single Post
  #9  
Old 12-21-2011, 07:48 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

Just guessing here. I think the two properties that are affecting that title the most are
border-collapse: separate;
.producttitleheight {
height: 25px;
vertical-align: top;
}

But this page uses tables to achieve the results. Hopefully your page does not.

Like I said before, your page is going to be different based on your skin. CSS from someone elses page is not going to have the same effect on yours unless the structure and styles are exactly the same.

I am not saying that you can't find an example to use, that is the best way to learn css. All I am saying is that I can't really advise you without seeing your page. If I can have the page to see how it is currently rendering and why, then I can start leading you down the right path to a solution. Alternatively I could start writing a tutorial, but who has time for that?

Maybe someone else that has worked with your version a lot can post a code sample that will work with a default template. If you can't post your link publicly, send it in a PM
-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