• Resolved GerCole

    (@gercole)


    Hi,

    I would like to keep the small mobile device responsive behavior but make the tablet behavior / display the same as that of the desktop.

    Does anyone have any suggestions on accomplishing this ?

    Thanks in advance
    Ger

Viewing 6 replies - 1 through 6 (of 6 total)
  • would appreciate tips on how to handle this as well

    Thread Starter GerCole

    (@gercole)

    Hey Koozz,

    I am still working / struggling with this but at a minimum I found if you add this line to your header.php file

    <meta name=”viewport” content=”initial-scale=1, maximum-scale=2″>

    directly this existing line

    <meta name=”viewport” content=”width=device-width”>

    it will make the landscape tablet look like the desktop view. Can’t work out yet how to make portrait table keep the desktop display though.

    Hope this helps you somewhat.
    Ger

    thanks i’ve seen some similar code about the viewport elsewhere too! i know with the wptouch plugin they have an option built in where you could toggle whether to use the mobile theme for tablets. seems like it would have been something to incorporate in 2015. thanks for the tip GerCole.

    the responsive design is handled in the css using media queries. Example would be

    @media screen (min-width: 700px) and (max-width:1150px) {

    To change the design you would have find all the media queries that deal with the tablets and either delete them or copy the desktop statements into them.

    If you delete them you will have to edit the min-width values for the desktop version to be just 1 px above the mobile definitions.

    thanks mrtom414, i had found info on that as well, i’m planning to explore those setting this weekend.

    All,

    I am wanting the exact opposite. I would like for my site to only appear as it does on mobile / tablets. I want the sidebar on any desktop to appear the same as is does on phones and such. I’ve been racking my brain trying to figure this out. I’d also like to center my Site Title & Tag line. My brain is fried. lol. Any help would be greatly appreciated!!! Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to change responsive behavior ?’ is closed to new replies.