Comments Michael started the conversationApril 30, 2014 at 5:22pmHello, I was testing the website on an ipad and noticed that the cart icon doesn\'t appear when in landscape mode. And so people can\'t reach the checkout if they navigate around the site.Could you tell me how to fix this? Thank you 8,839Tahir repliedMay 1, 2014 at 10:33pmHey Michael!Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:@media only screen and (min-width: 1000px) and (max-width: 1080px) { body .cart-outer { display:block !important; }} Cheers ThemeNectar Support Team Sign in to reply ...
Hello, I was testing the website on an ipad and noticed that the cart icon doesn\'t appear when in landscape mode. And so people can\'t reach the checkout if they navigate around the site.
Could you tell me how to fix this?
Thank you
Hey Michael!
Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:
Cheers
ThemeNectar Support Team