Found an issue with the sidebar disappearance and fixed it
-
the sidebar of your theme isn’t compatible with some mobile browsers and it disappears. I had to add the following css code to my style.css to fix the issue:
@media only screen and (max-width: 60em) { .sidebar {display:block !important; clear: both; } }
plz remember to update your next version with the following fix…
have a good one
- The topic ‘Found an issue with the sidebar disappearance and fixed it’ is closed to new replies.