Hide widgets on mobile Tagged: hide, mobile, options, widget This topic has 3 replies, 2 voices, and was last updated 6 years, 2 months ago by Grace Themes. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 30, 2018 at 9:11 am #10974 ViniciusParticipant I’m trying to make a specific widget (contact) being hidden on mobile, but it’s not working. I’ve tried using the plugin Widget Options and using the code bellow but I have no success. @media only screen and (max-width:480px) { .hide_on_mobile { display: none !important;} } It seems the template and the plugin Widget Options are not compatible. How can I fix it? http://liveict.com.au/summit/cleaning-services/ Thanks August 31, 2018 at 5:42 am #10994 Grace ThemesMember Hi, To hide the contact sidebar widget from mobile version Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS add belo css code @media screen and (max-width:767px){ #sidebar { display: none} } The Widget Options plugin is compatible and works fine with all of our themes. Regards Grace Themes September 2, 2018 at 5:47 am #11003 ViniciusParticipant It worked perfectly! Thank you. September 2, 2018 at 8:13 am #11008 Grace ThemesMember 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