Hi there,
For eCommerce template, when I passed to under 575 PX width, shopping cart is disappearing. I used your code from your old topics but it's supported until 575 PX. When I edit 575 PX like 320 PX (because I want to see this cart icon until 320 PX) it's not working. What should I do?
@media (max-width: 575px) {
#top-cart { display: block; }
#top-search a { right: 45px; }
}
Also I want to add another icon to there - such as My Account and I want to see it until 320 PX again like Shopping Cart. Is it possible?
