android - Responsive Sidebar Using Divi Theme in WordPress -


i trying hide sidebar mobile devices in wordpress site divi theme. have tried use media queries hasn't worked.

my media query:

@media (max-width:480px) {     .menu-decoglobofx-container {         display:none;     } } 

i have tried plugin hide widgets , sidebar still displays when test page on mobile device try , see. know how work properly?

this should .. use proper page_id

   @media , (max-width: 479px) {     .et_pb_sidebar_0 {     display:none !important;}     } 

Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -