@djjeffa - edit your adv_portal temaplte (in the vBadvanced group) for this style and replace it's contents with
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]" xmlns="http://www.w3.org/1999/xhtml">
<head>
<if condition="$pages['name'] == 'home'">
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
</if>
<title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title>
$headinclude
<meta http-equiv="refresh" content="3; url=http://yoursite.com/vb/index.php">
</head>
<body>
$header
$navbar
<p>
Portal disabled in mobile view, redirecting to forums. Please click <a href="vb/index.php">here</a> if you do not get redirected automatically
</p>
$footer
</body>
</html>
as for the device detection - try the info in post #56:
https://vborg.vbsupport.ru/showthrea...17#post2206917 and let us know how it goes with you.
@pakstartv - edit the lightweight.css.php file