-
-
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).
This file contains hidden or 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