Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #177346

    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

    #177675

    Hi Andrew!

    You can set a fixed layout here (Enfold > General Settings):

    Cheers!
    Josue

    #177793

    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

    #179111

    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

    #179194

    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

    #179309

    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

    #179543

    Thanks Ismael,

    I am talking about all mobile, android and ios.

    Thanks

    Andrew

    #181113

    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.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Landscape more on mobile’ is closed to new replies.