Skip to main content

How to disable tablet view mode completely?

Comments

1 comment

  • Ariel H.

    Hi Aron,

    Please try using the below CSS. 

    @media (min-width: 767px) {
      body {
        width: 100%; 
        margin: 0 auto; 
      }
    }

    You can insert it in CMS -> Project Settings -> go the the Code tab and under Custom CSS, copy and paste the above CSS.

    Best regards,
    Ariel H.

    0

Please sign in to leave a comment.