Okay
  Public Ticket #536881
Mobile header for iPad
Closed

Comments

  • Conor started the conversation

    Can you tell me how i can change the main menu to the mobile menu on landscape Ipad screens.

  •  8,990
    Tahir replied

    Hey ,

    You are gonna have to edit two files see Screenshot 1: http://prntscr.com/83b8uh and Screenshot 2: http://prntscr.com/83b9f2 .

    Thanks


    ThemeNectar Support Team 

  • Conor replied

    There is now 2 Cart icons on landscape ipad?


    leemingbrothers.co.uk.s207130.gridserver.com



  •  8,990
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .ascend #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
        font-size: 17px !important;
        top: 0px !important;
        left: -10px !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Conor replied

    I Still had the issue after adding this custom css, so i added another peice which worked.


    @media (max-width: 1280px) {

    .cart-menu-wrap {

    display: none;

    }

    }