Skip to content

Instantly share code, notes, and snippets.

@cobaltapps
Created September 30, 2014 15:10
Show Gist options
  • Save cobaltapps/28b97eb489ef0c7a74ad to your computer and use it in GitHub Desktop.
Save cobaltapps/28b97eb489ef0c7a74ad to your computer and use it in GitHub Desktop.
Disable Responsive Design Functionality in Dynamik Website Builder (used in a tutorial to disable Responsive Design on particular pages and posts).
<?php remove_action( 'genesis_meta', 'dynamik_responsive_viewport' ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment