Re: Narrative theme pinch

Why is there a space on my product page when pinching on mobile?

Yuta_M
Shopify Partner
27 0 6

When I pinch on a product page, there is a space on the right side.

Is there any way to fix this?
https://photopri.com/products/epson-prophotopaper-kinume

I'm using Safari on my iPhone 12, and I've updated to the latest version.

 

IMG_9068.PNG

Replies 9 (9)

Zworthkey
Shopify Partner
5581 641 1582

 

@Yuta_M 

 

@media (max-width: 360px){
    body, html{
    overflow-y: hidden;
}
}

 

 

Add this code in theme.scss

thank you.

Kinjaldavra
Shopify Partner
2303 570 1426

hello @Yuta_M 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media (max-width: 360px){
    body, html{
    overflow-y: hidden;
}
}

 

Yuta_M
Shopify Partner
27 0 6

I added it, but it didn't work.
No change at all.

suyash1
Shopify Partner
10700 1321 1698

@Yuta_M - it is because of the hulkapps tooltip in the form, please add given css and check, if you have more requirements then you can contact me on my email.

 

@media screen and (max-width:749px){
.hulkapps-tooltip .hulkapps-tooltip-inner{white-space: initial;    width: 250px;}
}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
suyash1
Shopify Partner
10700 1321 1698

@Yuta_M - should be like this without space on right

 

suyash1_0-1628761176495.png

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Yuta_M
Shopify Partner
27 0 6

Adding it did not fix the problem.
Pinching creates space.

suyash1
Shopify Partner
10700 1321 1698
Can you please show screenshot of space?
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Yuta_M
Shopify Partner
27 0 6

I'll send you a screenshot so you can check it out.

 

IMG_9071.PNGIMG_9070.PNG

suyash1
Shopify Partner
10700 1321 1698
sure, you have my email below, you can send on it
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.