Giacomo Barbieri
asked 10 years ago

As stated in the question, when I’m in portrait mode on my iPhone the "settings" icon to go in the main sidebar doesn’t appear. If I go in landscape mode it appears, like in the photos below. Is this a bug? Can I fix it somehow?
![Portrait](https://dl.dropboxusercontent.com/u/26797966/IMG_0102.PNG "portrait mode")
![Landscape](https://dl.dropboxusercontent.com/u/26797966/IMG_0103.PNG "landscape mode")

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, you can add the following code to the style.css file:
@media (max-width: 480px){ .button-show-sidebar { display: block; } }
Hope this helps !

jaack
replied 9 years ago

Hi Dominic, it doesn’t seem to work, neither this way 🙁

Powered by DW Question & Answer Pro