Created
September 30, 2014 15:10
-
-
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).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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