[ad_1]
I try some code in custom css but still no changes.
@media only screen and (max-width: 320px) { #wrap_all { width: 600px !important; } }
@media screen and (orientation:landscape) { #container { -ms-transform: rotate(-90deg); /* IE 9 */ -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */ transform: rotate(-90deg); width: /* screen width */ ; height: /* screen height */ ; overflow: scroll; } }
Let me know if you have something.
[ad_2]
It’s up to the user to decide if they want something landscape.