Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DalavanCloud/5fe83c1c913c0990a0f1ea193a192016 to your computer and use it in GitHub Desktop.
Save DalavanCloud/5fe83c1c913c0990a0f1ea193a192016 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