Home › Forums › Theme support › Lotus Spa – responsive design › Reply To: Lotus Spa – responsive design
Nearly right, please replace the new part with this:
function xx_chld_thm_cfg_responsive_css() {
wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style/responsive.css' );
}
add_action( 'wp_enqueue_scripts', 'xx_chld_thm_cfg_responsive_css' );