I have tried different solutions found in the web but with no success. I have tried already to remove the string from the file header.php but nothing happened.
The client wants the website to look exactly the same as the desktop version in all the mobile devices, so I have to delete what makes responsive my theme.
I’m using the theme "Twenty Twelve" from WordPress and Elementor as visual editor.
Does anyone know how I can reproduce this? Thanks in advance for your help!
3
Answers
You need to remove
Viewport meta tag
from the header file check below<meta name="viewport" content="width=device-width, initial-scale=1.0">
Change Mobile & Tablet Breakpoints
You can set the mobile and tablet breakpoint values.
Go to Elementor > Settings > Style Tab, and set the breakpoint value for mobile and tablet
Save your changes
Go to Elementor > Tools > General Tab > Regenerate CSS, click Regenerate Files
set the breakpoint value = 0
change initial-scale=1.0 to initial-scale=0 in meta tag