What do you want to do move it up closer next to your picture, if so in your stylesheet.css find this line and
Change the margin like I have below. Keep playing with it until you move it where you like.#cartAdd {
width:125px;
text-align:center;
margin:10px auto;
float:right;
padding-right:10px;
#cartAdd {
width:125px;
text-align:center;
margin:45px 130px 10px;
float:right;
padding-right:10px;
}


Reply With Quote
