Home › Forums › Support › Collapse sidebar immediately when it reduces in size This topic has 3 replies, 2 voices, and was last updated 6 years, 1 month ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 31, 2019 at 3:59 am #971926 Pete It is possible to set the sidebar css so that as soon as the sidebar width decreases it falls/responsifies under the main body? July 31, 2019 at 8:02 am #972240 DavidStaff Customer Support Hi there, simplest way would be to use some CSS to change the breakpoint when the sidebar stacks like so: @media (max-width: 1100px) { #primary, #right-sidebar { width: 100% !important; float: none !important;; } } Adjust the max-width to match the width of the screen when the sidebar / primary start to reduce in width. August 9, 2019 at 5:58 am #979779 Pete Thanks August 9, 2019 at 6:00 am #979784 DavidStaff Customer Support You’re welcome 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