Making template not responsive

Hi,

Is there a way to do this?

ie: when resizing the window, the layout does not change whatsoever.

Thanks,
Jordan

To make theme unresponsive you can remove this line from header.php file.

<meta name="viewport" content="width=device-width, initial-scale=1">

Theme will be still responsive on desktop but it will disable responsiveness on mobile and tablets where it actually matters. It is not like regular users of your website will resize their desktop browsers unless they are testing something.

To disable responsiveness entirely you will have a lot of tweaking to get done but I see no point of doing so.

Thanks for your answer.

I opened the header.php file in my theme folder.
I removed the line you wrote above.

It did not do anything to the site.
I tested going to my website from two mobile devices and one tablet and one desktop.
All devices except the desktop showed the mobile version of my site.