
12-16-2016, 11:15 AM
|
 |
Ecwid Team
|
|
Join Date: Jun 2014
Posts: 1,123
|
|
Hello,
You can resize Minicart widget with the help of custom CSS code:
Code:
.ecwid-minicart {
-ms-transform: scale(0.7, 0.7); /* IE 9 */
-webkit-transform: scale(0.7, 0.7); /* Safari */
transform: scale(0.7, 0.7);
}
Feel free to edit 0.7, 0.7 values. For ex. it could be scale(0.9, 0.9) if you'd like to slightly reduce Minicart icon. If you'd like to make it mush smaller than now, you should use scale(0.7, 0.7) or scale(0.6, 0.6) values.
Copy the code and add it to your active CSS theme in your Ecwid control panel > Settings > Design page. Save the changes and refresh the storefront.
I hope this helps. If you have any further questions, feel free to ask.
__________________
Wendy
Ecwid Customer Care Team
Help Center
⬇ Please click Thanks if my reply helped you.
|