• <link rel=”stylesheet” href=”<?php echo get_template_directory_uri(); ?>/responsive-style.css”>
    <link rel=”stylesheet” href=”<?php echo get_template_directory_uri(); ?>/style.css”>

    The above code is what I have to link my stylesheets however the site doesn’t seem to grab the responsive-style.css

    How can I get it to pickup and work?

  • The topic ‘adding responsive.css file to custom theme’ is closed to new replies.