I use your theme for my website. I have 1 question. I possible somehow to remove this restriction (see attachment) from Iphone 11 Pro resolution when phone is rotated horizontally?
There is a reason we have the mobile landscape view rotating image which indicates the best preview is portrait. the top and bottom bars will cover much of the content which has a smaller height anyway in landscape view.
to enable landscape however add this to customizer -> additional CSS
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
Hi there.
I use your theme for my website.
I have 1 question.
I possible somehow to remove this restriction (see attachment) from Iphone 11 Pro resolution when phone is rotated horizontally?
Attached files: PastedGraphic-1.tiff
Hello Alex
There is a reason we have the mobile landscape view rotating image which indicates the best preview is portrait. the top and bottom bars will cover much of the content which has a smaller height anyway in landscape view.
to enable landscape however add this to customizer -> additional CSS
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
#rotate-device {
display:none;
}
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you. It works ;)