Okay
  Public Ticket #206336
cart icon not showing in ipad (landscape view)
Closed

Comments

  • Michael started the conversation

    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

  •  8,470
    Tahir replied

    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:

    @media only screen and (min-width: 1000px) and (max-width: 1080px) {
    body .cart-outer {
        display:block !important;
    }}
    

    Cheers


    ThemeNectar Support Team