I'm having trouble figuring out how to create some margins for the new products items on the index page of a site I'm building.
http://www.1224design.com/aura/
I've found new_products.php and the line of code:
So that's what generates the % based on how many columns there are. As soon as I add margins to .centerBoxContentsNew then it jacks the width and doesn't display correctly.Code:$list_box_contents[$row][$col] = array('params' => 'class="centerBoxContentsNew centeredContent back"' . ' ' . 'style="width:' . $col_width . '%;"',
Am I missing something obvious?
Thanks!



