Plugin Author
WPBean
(@wpbean)
Your theme is hiding the left sidebar for the small screen devices.
Add this CSS code to show it-
@media only screen and (max-width: 767px){
.CategoriesCell {
display: block!important;
}
}
Thanks
I have created a separate category dropdown for the mobile just below the banner. Please click on the Kategorier button to show the category dropdown. Please check the attached image. Also, the same dropdown is working on inspect mode mobile. But not working on actual devices.
Browser inspect mode mobile:- https://ibb.co/dfkG18t
Actual/ Original Mobile Devices:- https://ibb.co/Px1gJz2
The dropdown icons are not showing and working on real devices.
Plugin Author
WPBean
(@wpbean)
I am sorry, I didn’t see the mobile dropdown.
Our plugin was not designed for work in a dropdown, It initiate the accordion when loading the page. It will not work in this dropdown.
Thanks