As per my requirement i need a theme which support only Desktop View. Please answer soon.
In my existing theme i removed meta viewport code from header, but still mobile responsive is working. What to do now.
As per my requirement i need a theme which support only Desktop View. Please answer soon.
In my existing theme i removed meta viewport code from header, but still mobile responsive is working. What to do now.
3
Answers
Aha you sold a site to a client and told him that it was more expensive to get it responsive, so he didn’t take the option ? And now you want to disable the responsive that is set by default with your theme ^^.
Remove this in functions.php
You will also need to remove all the css codes on your theme that are after comment like that
Just go here and follow the tutorial :
http://www.agentwp.com/disable-responsive-design-in-divi-wordpress-theme
Rather than editing the Divi parent theme functions file, add this as a snippet, or to a child theme function file.