Hide sidebar on Small Screens

Home Forums Support Hide sidebar on Small Screens

Home Forums Support Hide sidebar on Small Screens

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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

    #116003
    Tom
    Lead Developer
    Lead Developer

    Give this CSS a try:

    @media (max-width: 1600px) {
          .sidebar {
                display: none;
          }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.