Home › Forums › Support › Disable right sidebar widget on phones and tablets This topic has 3 replies, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 22, 2022 at 3:54 am #2426943 francesco Hello everyone, I can’t disable the side widgets on phone and tablet, actually on phone I can using this ccs @media(max-width: 768px) { #right-sidebar { display: none; } } , but on tablet it doesn’t work. advice? November 22, 2022 at 7:18 am #2427239 DavidStaff Customer Support Hi there, try adding this CSS: @media(max-width: 1024px) { #right-sidebar { display: none; } #content.site-content .content-area { width: 100%; } } November 23, 2022 at 2:21 am #2428612 francesco hi david, do I add it to this @media(max-width: 768px) { #right-sidebar { display: none; } } or replace it? November 23, 2022 at 4:44 am #2428846 DavidStaff Customer Support Replace it 🙂 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