disable responsive

hi, how can i disable responsive function?

thx

Remove this from header.php
<meta name="viewport" content="width=device-width, initial-scale=1">

Theme will still be responsive on desktop but it will disable responsiveness on any mobile device. For desktop users you need to recreate this theme from scratch but it is not like desktop users are resizing their browser to mobile size unless they are testing it as developers.

Hi,

Is there another way to achieve this for the Sparkling theme (also for desktop maybe…)? I’ve tried this solution, but it didn’t work.

Thanks in advance!

This solution is for Sparkling theme but no there is no other way around it unless you want to rewrite the entire style.css But I still don’t get it why would you think that regular users will resize their desktop browsers to mobile size?