Reply To: Disable Responsive

#1172
livemesh
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