@toasteaterSubmitted about 2 years ago
Wasn't sure how to...
- add the mini cart pic.
- size the main add appropriately.
Wasn't sure how to...
there are many ways to add the mini cart logo to your button: -try to put the button and the cart image/logo in one div container, style the div to your needs and make it relative, make the button inset to 100%(width and height) to cover the whole div area style it and position it as relative or leave it as it is, make the image/logo position absolute then position it where you want it. Don't forget to make the div's position relative or else the image will be out of flow to the next relative parent. I Hope i helped :)