Re: How to space out my Product Options?
Here's an easy solution. Replace this:
<td valign="middle" height="25">{if $usertype eq "A"}{$v.class}{else}{$v.classtext|default:$v.class }{/if}</td>
<td valign="middle">
with this:
<td valign="middle" height="25" style="padding-bottom: 10px;">{if $usertype eq "A"}{$v.class}{else}{$v.classtext|default:$v.class }{/if}</td>
<td valign="middle" style="padding-bottom: 10px;">
Adjust the padding number until you get the spacing you want.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
|