Quote Originally Posted by DivaVocals View Post
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;
}