Comments Conor started the conversationSeptember 23, 2015 at 3:40pmCan you tell me how i can change the main menu to the mobile menu on landscape Ipad screens. 8,990Tahir repliedSeptember 24, 2015 at 4:24pmHey , 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 1 LikeConor repliedSeptember 24, 2015 at 5:10pmThere is now 2 Cart icons on landscape ipad?leemingbrothers.co.uk.s207130.gridserver.com 8,990Tahir repliedSeptember 25, 2015 at 8:51pmHey 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 repliedSeptember 29, 2015 at 12:26pmI 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;}} Sign in to reply ...
Can you tell me how i can change the main menu to the mobile menu on landscape Ipad screens.
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
There is now 2 Cart icons on landscape ipad?
leemingbrothers.co.uk.s207130.gridserver.com
Hey Again,
Thanks
ThemeNectar Support Team
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;
}
}