
03-23-2017, 12:02 AM
|
 |
Paid Member
|
|
Join Date: Dec 2014
Posts: 4
|
|
Hey Edward,
You're an absolute legend mate, that worked great, I had no idea you could use custom CSS in Ecwid.
I've even resized the entire Shopping Cart icon, so that it is a bit smaller on mobile devices.
I also removed the "Drag to shopping cart text"
I've included the CSS for anyone else who is interested:
@media only screen and (max-width: 700px) {
div#cart-id {
display:block!important;
}
html#ecwid_html body#ecwid_body span.ecwid-minicart-label-text {
display: none;
}
html#ecwid_html body#ecwid_body div.ecwid-minicart-link {
left: 0;
top: 70px;
width: 117px;
}
html#ecwid_html body#ecwid_body div.ecwid-minicart-caption {
left: 8px;
top: 72px;
width: 100px;
font-size: 12px;
}
html#ecwid_html body#ecwid_body div.ecwid-minicart {
width: 115px;
height: 115px;
}
html#ecwid_html body#ecwid_body div.ecwid-minicart-clickArea {
top: 15px;
left: 37px;
}
html#ecwid_html body#ecwid_body div.ecwid-minicart-counter {
left: 40px;
top: 32px;
width: 34px;
}
}
Cheers
Nick
|