• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] How to Remove "Responsive Code"?

Started by rhyle0827,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rhyle0827Topic starter

I want to remove the Responsive code, IDK but im not a fan of it. And also the videos that im going to add can be played by most devices nowadays.

I know the term is like @media and some % and so on but im not familiar with phpvibe css lines and so on
(Planning to install as of the moment - Getting a nice domain name)

Is there someone done this? Please share. Thanks!
  •  

ollipaust

hi
i cant test it now but i think all you have to do is to remove the responsive.css-import in the header.
for this you have to edit the tpl.global.php
  •  

PHPVibe A.

ollipaust is right, removing responsive.css would do what you need, also the

<meta name="viewport" content="width=device-width,  height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">


Similar topics (7)