MmcasterMay 2, 2018
Hi,
When the site is minimised horizontally into "mobil" mode, the shopping cart icon next to the main menu and magnifying glass disappears. How can I make this be visible at all times?
Best regards,
Martin
2 replies · opened May 2, 2018
Hi,
When the site is minimised horizontally into "mobil" mode, the shopping cart icon next to the main menu and magnifying glass disappears. How can I make this be visible at all times?
Best regards,
Martin
Hello,
Simply use the following CSS Code:
@media (max-width: 575px) {
#top-cart { display: block; }
#top-search a { right: 45px; }
}This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
It works, thank you!
Regards,
Martin
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