1 Answers
Hi Adam,
If you want to deactivate responsive design in the DW Focus, You can open the header.php file, find the line 11. Replace the following code:
<meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport">
With new code:
<meta content="width=1200, initial-scale=1.0, user-scalable=no" name="viewport">
Hope this helps !
Please login or Register to submit your answer