Well you can hide it by using this css in your theme options custom css box:
@media (max-width: 768px) {
.sidebar {display:none;}
}
Kadence Themes
Well you can hide it by using this css in your theme options custom css box:
@media (max-width: 768px) {
.sidebar {display:none;}
}
Kadence Themes