- This topic has 1 reply, 2 voices, and was last updated 3 years, 12 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Disable responsive
How can we disable Mobile and Tablet responsivness ?
(theme: Organic)
Hi,
How to disable responsiveness of a website easily.
Kindly go to header.php and follow these instruction ????
1. Please find the below code in your HTML especially in <head> section <meta name="viewport" content="width=device-width, initial-scale=1">
2. Comment the line with <!-- --> comment tag or remove the line completely.
3. That’s it. Save your file and Check it on any devices.
If do you want to comment the line? ???? how to comment line?
See example:
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>-->
Regards,
Dave
