Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Hide widgets on mobile

#10994
Grace Themes
Member

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