Brighteyes Posted November 7, 2013 Share Posted November 7, 2013 I'm using a theme from Template Monster and the responsiveness side of the theme is very ropey. Does anyone know how to disable the responsive side of it? Link to comment Share on other sites More sharing options...
El Patron Posted November 7, 2013 Share Posted November 7, 2013 this is how one would do it using the default 1.5.6 theme back office-->preferences-->themes (scroll down). http://screencast.com/t/ecLcKjgB 1 Link to comment Share on other sites More sharing options...
vekia Posted November 8, 2013 Share Posted November 8, 2013 i think that he has this option turned off, he asked about responsiveness - it depends on your theme, if you want to disable it, you will need to modify css styles (remove media queries for small screens) Link to comment Share on other sites More sharing options...
Brighteyes Posted November 8, 2013 Author Share Posted November 8, 2013 Yeah, you got it. I have been playing with the CSS. I just want the layout to stay as it is on a PC. So when you resize the window everything doesn't shoehorn into a new layout. You can see what I mean here www.acsreligiousgoods.co.uk. I have tried changing the media query sizes but I can't get it to size properly on an ipad doing that. I try just removing the media queries as you say though... Link to comment Share on other sites More sharing options...
vekia Posted November 9, 2013 Share Posted November 9, 2013 your css files are minified (CCC for css under preferences > performance tab) but as far as i remember, you will need to remove media queries like: @media only screen and (max-width: 767px) Link to comment Share on other sites More sharing options...
vekia Posted November 9, 2013 Share Posted November 9, 2013 take a look on screen sizes here: http://stephen.io/mediaqueries/#iPad Link to comment Share on other sites More sharing options...
Recommended Posts