
07-16-2018, 07:15 PM
|
 |
Paid Member
|
|
Join Date: Nov 2017
Posts: 2
|
|
Shopping Cart Display
Hello,
I noticed that 600px and smaller for the screen size, the shopping cart list set to "display: none !important".
I've tried to resolve this with CSS and Javascript. CSS both in my main styles file and on the subpage template for C5 that I have made.
I have also written JQuery for this:
HTML Code:
setTimeout($('.ecwid-minicart-floating').css('display', 'block !important'), 5000);
(different timeout times and without timeout completely)
Nothing seems to work.
Any ideas?
Thanks
|