<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Otto,<div><br></div><div>Thanks, yes I am agree with you, this code is quick fix.</div><div><br></div><div><blockquote type="cite">function fruitful_get_responsive_style () {<br>  $theme_options  = fruitful_ret_options("fruitful_theme_options");<br>  if (isset($theme_options['responsive']) && $theme_options['responsive'] == 'on' ) {<br>    wp_enqueue_style('main-style',  get_stylesheet_uri());<br>  } else {<br>    wp_enqueue_style('main-style',  get_stylesheet_directory_uri()<br>.'/fixed-style.css');<br>  }<br>}<br>add_action('wp_enqueue_scripts', 'fruitful_get_responsive_style', 20);</blockquote></div><div><br></div><div>Please don't remove theme from directory, because problem appear only for  <a href="http://wp-themes.com/fruitful/">http://wp-themes.com/fruitful/</a> </div><div>In regular WordPress use and installation I don't know how to faced with this problem.</div><div><br></div><div><div>So what the procedure? </div><div>Upload new version to theme directory with only this changes?</div></div></body></html>