New Landing How can we help? Atelier All pages can't zoom on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #266293
    redblue083190
    Member
    Post count: 77

    Hi there,

    Right now all pages (product page or page that build with swift builder) cannot zoom by using 2 fingers on mobile version. Could you please tell me how?

    Thanks
    Blue

    #266383
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this to your child theme’s functions.php file:

    remove_filter( 'sf_viewport_content', 'sf_atelier_viewport_content',90 );
    function sf_atelier_newcont() {
    	return "width=device-width, initial-scale=1.0";
    }
    add_filter('sf_viewport_content', 'sf_atelier_newcont', 22); 

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register