Hi Andy,
Thank you for your reply. Yes, the page is able to be view on mobile devices. However, my concern is that Google Page Speed insight results still show and error regarding viewpoint size. I would like to clear this error message. In my initial questioning I noted that a previous user noted that one should add the following:
@media all screen and (max-width: 380px) {
.responsive .container {
width: 300px;
margin: 0 auto;
}
}
However, when I added this code the error regarding viewpoint size was still there – is there a way to clear this completely?
Thanks.
I added the codes above on Quick CSS or custom.css, but I am still not able to fix this problem. What else I can do?