Home › Forums › Legacy Support › Support queries › Styling issues › change device width for menu Tagged: device width, menu, mobile This topic has 5 replies, 3 voices, and was last updated 5 years, 11 months ago by logan. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 28, 2018 at 8:29 am #186226 babalridhaSpectator Hi Instead of having the mobile menu appear at 767 px (device width), we want it at 992 px. please advice thanks November 29, 2018 at 8:58 am #186445 AvaMember Hi babalridha Please share your website URL, so that I can assist you with your issue. November 30, 2018 at 6:31 am #186624 babalridhaSpectator This reply has been marked as private. November 30, 2018 at 11:18 am #186667 AvaMember Hi Babalridha Issue: Mobile menu show in Screen 992px instead of 767px Please add the below custom Css code to WP Admin – Appearance – customize - custom css - publish @media screen and (max-width:992px){ header #trigger { display: block !important; right: 15px !important; } #mega-menu-wrap-main-menu { display: none !important; } header .topmenu span { margin-left: -65px !important; } img#header_mobile_logo { height: auto!important; }} @media screen and (max-width:991px){ header .topmenu span { margin-left: -18px !important; }} Please share if this resolves for you. Regards December 1, 2018 at 6:30 am #186828 babalridhaSpectator Worked perfect! Thanks! December 1, 2018 at 7:30 am #186830 loganMember thanks for confirming. closing this topic. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) The topic ‘change device width for menu’ is closed to new replies.