Home › Forums › Support › Hide sidebar on Small Screens This topic has 1 reply, 2 voices, and was last updated 8 years, 3 months ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 22, 2015 at 12:24 am #115961 panorade hy i want hide my sidebar when the the Monitor is under 1600px how can i hide the sidebar on Small Screens is this possible with css thanks achim June 22, 2015 at 8:36 am #116003 TomLead Developer Lead Developer Give this CSS a try: @media (max-width: 1600px) { .sidebar { display: none; } } 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