Home › Forums › Support › Remove widgets of sidebar in mobile This topic has 3 replies, 2 voices, and was last updated 8 years, 2 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 30, 2018 at 1:21 pm #483892 Diego Fernando Hello! I have two widgets in sidebar, but I want these just for PC… How Can I remove the widgets in tablets and mobile devices of the sidebar? I tried with this code but I can’t did it work: @media (max-width: 768px) { .widget .sidebar { display: none; } } January 30, 2018 at 4:40 pm #484033 LeoStaff Customer Support Hi there, Try this: @media (max-width: 768px) { .sidebar { display: none; } } If this doesn’t work, can you guide me to the specific page? January 30, 2018 at 5:39 pm #484054 Diego Fernando Hello Leo. Thank you so much! Done! January 30, 2018 at 6:32 pm #484080 LeoStaff Customer Support No problem! 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