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;
}




