Okay
  Public Ticket #268911
Shopping Cart icon iPad Landscape
Closed

Comments

  • Christopher started the conversation

    Hi. How do I get the shopping cart icon to always show in iPad landscape view?

    Thanks.

  •  8,992
    Tahir replied

    Hey Chirstopher!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (min-width: 1000px) and (max-width: 1080px) {
        body.ascend #header-outer[data-full-width="true"][data-cart="true"] header#top nav > ul {
            padding-right: 82px !important;
        }
    }
    
    
    
    Cheers


    ThemeNectar Support Team 

  • Christopher replied

    That didn't work... :-(

  •  8,992
    Tahir replied

    Hey Again!

    My Bad, Please add this revised code: 

    @media only screen and (min-width: 1000px) and (max-width: 1080px) {
        body.ascend #header-outer[data-full-width="true"][data-cart="true"] header#top nav > ul {
            padding-right: 82px !important;
        }
    
    
        .cart-outer {
            display: block !important;
        
        }
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Christopher replied

    Perfect! Thanks!

  • marco replied

    Hello! I have the same problem. 

    I tried to use this code but not works. I have to add another css code? 

    http://www.somosalkimia.com/web/


    Thanks in advance. 

  • marco replied

    Sorry for open the ticket again. I was deleting cache on ipad two times and now works good. 

    Thank you so much Tahir!