How to disable tablet view mode completely?
Need to disable tablet mode on my website and just keep desktop and mobile. How can i set this up?
Thanks
0
-
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.
Comments
1 comment