Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
I got lazy and decided to just use a simple table to solve my issue.. I'll look for a CSS solution later.. for now this meets my client's objective.. BUT.. if anyone knows a CSS solution I'll be grateful for the share..
Di,
Sure we can....
Locate your_template/ stylesheet.css
Find this:
#cartAdd {
float: right;
text-align: center;
margin: 1em;
border: 1px solid #000000;
padding: 1em;
}
Change to this:
#cartAdd {
float: right;
text-align: center;
margin: 2.2em 0em 0em 0em;
border: 1px solid #000000;
padding: 1em;
}
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting