Zen Follower
- Join Date:
- Mar 2005
- Posts:
- 119
- Plugin Contributions:
- 0
Category Image + Text and Column layout HELP!
Can someone please take a look at this (work in progress) http://www.valcarr.co.uk/website/index.php?main_page=index&cPath=155
I have the column category mod installed and I have also altered the stylesheet so that the category description wraps the category image - but it has also moved up 2 out of the 3 columns....
To wrap the text I added the following to the stylesheet:
#productListHeading {
float:none;
margin: 5px 0 15px 0;
}
#categoryImgListing {
float:left;
margin: 10px 10 10 0;
padding: 10px 10px 10px 0;
}
Any ideas on how I can get the products to align?