Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 12, 2015 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reasonstousegenesis/dbf9ab42605a1975d5ab to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/dbf9ab42605a1975d5ab to your computer and use it in GitHub Desktop.
Indicate your website is responsive with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Indicate your website is responsive with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/genesis-responsive-viewport/
*/
add_theme_support( 'genesis-responsive-viewport' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment