You can add the following CSS code to hide the search in the mobile header on tabs: @media only screen and (max-width: 1100px){ #header-container:not(.small) #header .header-wrap > .row:last-child .columns.header-main-panel .header-col-right
In case you are using anchor menu and would like to close the menu by click on the menu item you may use the following JS code: <script type=”text/javascript”> (function($)