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

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

css - Can I use the :after pseudo-element on an input field? -