Home › Forums › Support › Conditionally display header widget This topic has 3 replies, 2 voices, and was last updated 5 years, 2 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 4, 2019 at 4:20 am #975266 maria I have a header widget that I’d like to display only on the desktop site. I know that I can use the Mobile Header feature to suppress the entire header, but I just want to suppress the widget. How can I do this? August 4, 2019 at 6:05 am #975309 DavidStaff Customer Support Hi there, try adding this CSS: @media (max-width: 768px) { .header-widget { display: none; } } August 5, 2019 at 4:41 am #975988 maria That worked, thanks. August 5, 2019 at 5:35 am #976017 DavidStaff Customer Support Glad to be of help Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In