Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 25, 2015 at 12:42 am #524295 hloftParticipant Hi, I am trying to hide the header widget (Search bar in this case) on a mobile, anything below 1100px width. What is the quick CSS to do this? Thank you in advance October 25, 2015 at 6:48 pm #524450 ElliottInactive Moderator Hey hloft! Add this to your custom CSS. @media screen and (max-width: 1100px) { #header .widget { display: none !important; } } Best regards, Elliott Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In