
Originally Posted by
Trinity14
Hi,
To edit the location of your button, you need to modify the css that is controlling it.
in your includes/templates/ashley_pink/css/stylesheet.css you'll want to edit the #cartAdd
This is what you currently have:
#cartAdd {
text-align: center;
margin: 1em;
border: 0px solid #000;
padding: 1em;
float: right;
}
Play around with the bold areas like text-align: left; or float: left, depending on what look you are trying to achieve.
Good Luck :)