Home › Forums › Support › Sidebar in 2 columns This topic has 9 replies, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts August 2, 2020 at 11:06 pm #1385315 Anil Hi I want to have sidebar in 2 columns @media (min-width: 600px) and (max-width: 767px) Please guide August 3, 2020 at 2:17 am #1385430 DavidStaff Customer Support Hi there, can you explain a little more? Do you want the desktop layout to be kept as low as 600px? August 3, 2020 at 3:58 am #1385528 Anil Yes David. 2 columns blog is set at that width also. August 3, 2020 at 7:01 am #1385659 DavidStaff Customer Support sorry still not clear. Currently on Desktop you have 3 columns: Archive Column 1 | Archive Column 2 | Sidebar Do you want to keep that layout at 600px ? August 3, 2020 at 7:54 am #1385890 Anil At 600 = 2 columns of archive sidebar which flows down after this, it is displayed in 1 wide column of 600px width… Can I float different widgets of sidebar with 50% width appearing as 2 columns of widgets of sidebar…. August 3, 2020 at 8:14 am #1385919 DavidStaff Customer Support Aah ok. Try this: @media (max-width: 768px) and (min-width: 600px) { #right-sidebar .inside-right-sidebar { display: flex; flex-wrap: wrap; } #right-sidebar .widget { flex-basis: calc( 50% - 5px ); } #right-sidebar .widget:nth-of-type(even) { margin-left: 5px; } #right-sidebar .widget:nth-of-type(odd) { margin-right: 5px; } } August 3, 2020 at 11:09 am #1386122 Anil Thanks David, it is working fine. Regards. August 3, 2020 at 11:21 am #1386136 DavidStaff Customer Support Glad to hear that ! August 3, 2020 at 11:27 am #1386144 Anil Thanks David, I believe you a maestro in CSS. Regards August 4, 2020 at 2:02 am #1386616 DavidStaff Customer Support Thank you! Glad to be of help Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In