
07-14-2012, 09:02 PM
|
 |
Senior Member
|
|
Join Date: Dec 2009
Posts: 419
|
|
If I'm not missing something:
1. No, but you'll have to resize/reposition the minicart and the elements inside (counter, link, clickable area, etc.) by adding code to your custom CSS theme.
2. You can. The second image is intended for the "Drag to bag" feature and your background image will change from top left to bottom right, so you'll only need to adjust the size values to fit your image
Code:
div.ecwid-minicart {
width: 159px;
height: 156px;
}
|