View Full Version : categories
web9000
March 28th, 2003, 04:47 PM
is there a way to have the categories listed on main page in 2 columns, and adjust the spacing between them?
Jamie
March 29th, 2003, 03:42 PM
You could do this by modifying the template "show_category_detail.php". The modification I have in mind would only work well in IE. I don't suggest doing this, as it is poor HTML, but, if you want to, remove all the <table> code from that template. Then, surround the whole thing with a span tag, with a width set to 50%, like so:
<span style="width: 50%">
<?=$Image?>
<span style="width: 100%; text-align:left"><?=$Image_of_Name?> <?=$Admin_Link?></span>
<div class="category_description"><?=$Description?></div>
</span>
We just fixed the product display, so you can specify "Products per Row" in your store settings. The cart now displays the products in a properly formatted table. We are going to do the same thing for the categories in the future, which will enable you to do what you want without the poor code.
Thanks,
Jamie
jjcjrcpa
April 14th, 2003, 04:33 PM
When will a version that has the products per row setting be available?
Thanks!
John
jjcjrcpa
April 14th, 2003, 04:34 PM
:o oops - nevermind, it's already there... :rolleyes:
John
wdixon
October 2nd, 2007, 09:02 AM
is there anything new on this topic of having more than one category per row show up on the catalog page?
Thanks
Powered by vBulletin™ Version 4.1.2 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.