Header menu responsiveness Support Forums for LiveMesh Themes & Plugins › Forums › Invent Theme Support › Header menu responsiveness This topic has 3 replies, 2 voices, and was last updated 9 years, 6 months ago by Veena. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 21, 2015 at 8:37 am #15364 schedulepaMember Hi, The header menu doesn’t show when responsive. How can I fix this? See http://www.newchabura.com for an example. July 21, 2015 at 1:07 pm #15372 VeenaModerator Pls insert the below custom CSS in themeoptions – @media only screen and (max-width: 1200px) #primary-menu { display: block; } July 21, 2015 at 3:32 pm #15381 schedulepaMember That didn’t work. It also made the submenu disappear when responsive. I’m referring to the header menu with the menu items “Contact Us” and “Participant Login”. July 22, 2015 at 7:30 am #15398 VeenaModerator Pls use this custom CSS in themeoptions – @media only screen and (max-width: 767px){ #header-menu.dropdown-menu-wrap { display: inline-block !important; }} Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The forum ‘Invent Theme Support’ is closed to new topics and replies.