Support Forums for LiveMesh Themes & Plugins › Forums › Squash Theme Support › Disable Responsive › Reply To: Disable Responsive
July 19, 2013 at 1:16 pm
#1172
Keymaster
If you want to disable responsive behaviour across the entire site, you will need to modify the CSS in two places – css/responsive.css and style.css file in theme folder.
90% of the responsive styles through media queries are defined in responsive.css file. You can remove the these styles from the line 28 till end (leave the top as it is without modifications) and then lines 1163 to 1692 in style.css for removing responsive behavior for certain home page elements. Basically you remove blocks which start something like this –
@media only screen and (max-width : xxxxpx { ...
Hope this helps