Hi!
To disable the responsive design at all you have to follow the instruction:
1) open file functions.php in text editor and remove there following code:
<link rel="stylesheet" href="<?php echo get_template_directory_uri()?>/styles/mobile.css" type="text/css" media="screen and (min-width:240px) and (max-width:639px)" />
<link rel="stylesheet" href="<?php echo get_template_directory_uri()?>/styles/tablet.css" type="text/css" media="screen and (min-width:640px) and (max-width:1023px)" />
2) remove all code starting from strings :
/* TABLET */
in the file style.css.
Thank you very much. I have disabled mobile view. But now my problem is, when I reduce the size of browser window(or view the page on a computer with small screen size), Some part of the foliage, footer, etc appears to be broken on the right hand side.
Please check my website http://www.newapollopolyclinic.com on full width browser and reduced browser size. You will feel the difference.
Hi!
When did you download the theme?
not exactly sure.. but during the last months of 2013
Please, download the updated version of the theme on the official website. We have fixed this problem.
I have downloaded the latest version.
How can I update the changes without effecting the custom css changes which I have made?
Is there only a few files needed to be updated or the entire theme?
Unfortunately, you have to update the entire theme.