Hello,
first, thanks for a great Theme.
I would like to know, how to deaktivate the responsive Design.
I want that the site is shown always in normal mode.
Can you help me?
1 Answers
Hello 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