Shopping Cart and Other Required Icon Dissapear

2 replies · opened May 1, 2020

PporazozerMay 1, 2020

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?

SSemicolon WebSTAFFMay 2, 2020

Hello,

Simply find and delete the following code in the css/responsive.css File inside the @media (max-width: 575.98px) Media Query:


#top-cart { display: none; }

#top-search a { right: 40px; }

This will definitely work fine and target everything below the 576px Device Width. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

PporazozerMay 2, 2020

Thanks. It's solved.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard