How to add meta viewport for mobile on my posts?

Yeye1984

Regular Member
Joined
Jul 19, 2020
Messages
228
Reaction score
38
Hello mates please help. How can I add viewport meta for mobile in my posts and pages in blogger?. So far I am trying to edit the theme html and add it to the head , but is not working. Also I try to add <head> in a post and incorporated the viewport and still not working. What can I do?.
Thank you
 
If you put it in the right place (between <head></head> tags in your html) and it's not being overwritten or removed somehow, it should work.

You sure, you're inserting the correct code? It should look like the line below:

Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 
Back
Top