Hello,
Is there any way for force the mode in mobile to landscape, i really don’t like the way a website is presented in portrait mode.
Thanks
andrew
Hi Andrew!
You can set a fixed layout here (Enfold > General Settings):
Cheers!
Josue
Hello Josue,
Thanks for the reply. I know I can set a set layout but that wasn’t my question. There are 2 modes on mobile, portrait and landscape so it is possible to force the mobile mode to landscape? I have seen this done before but cannot remember where.
Thanks
Andrew
Hi!
I’m not sure what you mean by that. There are no “modes” with the site at all. The site uses media queries to change the grid all the content is based on to fit the size of the screen.
Cheers!
Devin
Bad choice of words when I say ‘mode’
Is it possible to only display the mobile view in Landscape orientation?
I found this online but was hoping this could be done via css or something?
@media only screen and (orientation:portrait){
#wrapper {width:1024px}
}
@media only screen and (orientation:landscape){
#wrapper {width:1024px}
}
Thanks
Andrew
Hi!
Are we talking about the iPad or iPhone view? You can edit css > grid.css and go to the #Portrait section. Change it to look like the #Landscape section.
Regards,
Ismael
Thanks Ismael,
I am talking about all mobile, android and ios.
Thanks
Andrew
Yes it is possible but its beyond what we could assist with via support.
You’ll need to edit the grid either directly or via the custom.css file or within a child theme. A freelance developer should be able to do it in an hour or two.