Sorry...my problem actually isn't that I don't have enough padding my problem is when I install this mod i have TOO much padding...does anyone know how to resolve this issue?
I think I may have overlooked the fact that the inner width for the monthly, specials, and featured products is actually coming from the includes/modules/YOUR_TEMPLATE/new_products.php
includes/modules/YOUR_TEMPLATE/featured_products.php
includes/modules/YOUR_TEMPLATE/specials_index.php
files.
So you should install Designer Monthly Boxes contrib and this contrib together to fix the problem. In the next version of ZC I will combine these two and add the fixes for the stylesheet as well.
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
Last edited by qhome; 9 Apr 2008 at 03:36 AM.
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
You rock my friend thanks so much!
Sorry one last thing....all the products are now aligning vertical center... do you know how to make it become vertical align top so that all the images line up?
Edit the includes/templates/YOUR_TEMPLATE/common/tpl_columnar_display.php file
find:
replace withCode:echo '<td width="'. $col_width .'%" align="center"><div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] . '</div></td>' . "\n";
Code:echo '<td width="'. $col_width .'%" align="center" valign="top"><div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] . '</div></td>' . "\n";
Last edited by qhome; 8 Oct 2007 at 09:19 PM.
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
Cool please keep me updated! THANKS!
check above.. i figured it out as soon as i said i couldnt![]()
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!