Home › Forums › Support › How do I disable right sidebar in tablet view? This topic has 5 replies, 3 voices, and was last updated 2 years, 5 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts April 10, 2023 at 1:49 am #2603728 Ian Hi, My site uses a right sidebar, which looks great on desktop and mobile, but it’s not good in tablet view. How do remove the sidebar in tablet view and place its contents below the body as it does in mobile view? Ian M April 10, 2023 at 1:52 am #2603732 Fernando Customer Support Hi Ian, For reference, can you provide the link to the site in question? You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information April 10, 2023 at 3:08 am #2603802 Ian Hi Fernando, Yes, it is https://moneytree.express/ April 10, 2023 at 5:01 am #2603927 DavidStaff Customer Support Hi there, try adding this CSS: @media(max-width: 1024px) { .site-content { flex-direction: column; } #primary, #right-sidebar { width: 100%; } site-main .site-main { margin-right: 0 } } April 10, 2023 at 5:15 am #2603943 Ian Great, that worked perfectly. Many thanks, David and team!!! April 10, 2023 at 5:30 am #2603977 DavidStaff Customer Support Glad to be of help! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In