Home › Forums › WoodMart support forum › MOBILE MENU TABLET LANDSCAPE MOBILE MENU TABLET LANDSCAPE This topic has 1 reply, 2 voices, and was last updated 2 years, 8 months ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 17, 2022 at 3:31 pm #384082 becyberneticsParticipant Hi, how can I show mobile menu when user has tablet lanscape view? June 18, 2022 at 9:24 am #384284 Aizaz Imtiaz AwanKeymaster Hello, Please try adding the mobile menu in the Desktop header and then try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. @media (min-width: 1100px) { .whb-header .wd-header-mobile-nav { display: block; } } @media (max-width: 1100px) { .whb-header .wd-header-main-nav { display: none; } } You can set the width according to your needs. Best Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register