Hi, it is possible to realize the responsive design so for smartphones and table PC for the big pc view? If so, how can I do that? I would like that it looks the same everywhere. Thank you. regards Rick
1 Answers
Please open file header.php in the folder: /wp-content/themes/wallpress/
Replace the following codev:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
with new codes:
<meta name="viewport" content="width=1280px, maximum-scale=1.0, user-scalable=yes" />
Hope this helps!
Please login or Register to submit your answer