1 Answers
To resolve this issue, you can open the header.php file in the folder path “wp-content\themes\dw-minion”. Find the line 5.
Replace the following code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
With new code:
<meta content="width=1100" name="viewport">
Hope this helps !
Thank you!
Please login or Register to submit your answer