CannaContent transformed my branding dreams into reality. I love the work they’ve done for Pretty Pipe Shop! Their team is made of dedicated professionals who are truly committed to helping their clients grow.

– Jessie Gill, Founder, PrettyPipeShop.com

// Allow scaling to improve accessibilityfunction remove_my_action() { remove_action('wp_head', 'et_add_viewport_meta'); } function custom_et_add_viewport_meta(){ echo ''; } add_action( 'init', 'remove_my_action'); add_action( 'wp_head', 'custom_et_add_viewport_meta' );