Add "viewport" to head to fix mobile usability
Posted: Tue May 07, 2019 11:34 am
Version of script: 2.8.2
What terms did you try when SEARCHING for a solution: viewport
Hi Klemen,
Google is complaining that knowledgebase.php is not mobile-friendly.
Proposed solution: add this to header.inc.php
What terms did you try when SEARCHING for a solution: viewport
Hi Klemen,
Google is complaining that knowledgebase.php is not mobile-friendly.
Proposed solution: add this to header.inc.php
Code: Select all
<meta name="viewport" content="width=device-width, initial-scale=1.0">