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
Post a Comment