How To Remove WordPress Theme Responsive
In case you don’t need the responsive function for mobile, it is very easy to remove and disable the responsive function for wordpress theme. All you need to do is find the code in your wordpress theme header.php and remove it.
Example of code to remove are code like this – <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>
By removing this mobile function, now your website layout can be view as normal with sidebar and your ads. Also make sure you remove any CSS code related.














