Re: Flow 39.0.1 Site not resizing correctly.

Solved

Flow 39.0.1 Site not resizing correctly.

nghhbbtd
Tourist
16 0 1

Hello, 

 

I'm just upgrading our site to Flow 39.0.1 (from Flow 17) and the site is no longer resizing correctly. It's cutting into the image/text....

 

Pic below. 

 

Can this be fixed/adjusted? Any help appreciated please!

 

Preview site link - https://my203kfi9bniw228-37022466188.shopifypreview.com

Screenshot 2024-05-21 084005.png

Accepted Solution (1)

Moeed
Shopify Partner
6736 1820 2202

This is an accepted solution.

Hey @nghhbbtd 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
.animated-text .img-desktop--selected.height-desktop--l {
    height: auto !important;
}
</style>

RESULT:

Moeed_0-1716278012643.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
6736 1820 2202

This is an accepted solution.

Hey @nghhbbtd 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
.animated-text .img-desktop--selected.height-desktop--l {
    height: auto !important;
}
</style>

RESULT:

Moeed_0-1716278012643.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


nghhbbtd
Tourist
16 0 1

Hi Moeed, 

 

Thank you so much for your help! That's great.

Moeed
Shopify Partner
6736 1820 2202

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications