Why does my mobile site version distort images and text?

Why does my mobile site version distort images and text?

tinyotters
Excursionist
27 0 8

Hi, I Built www.tinyotters.com and I’m having an issue - the Mobile version of the site has an odd way of trying to fit the text and image of the hero image at the top of the home page. Does anyone know a solution for how to get the mobile version to automatically resize so that it looks like the text and image are supposed to be together

 

4883EC67-C23F-4FC7-8AB2-BF848B0D0541.png

Replies 5 (5)

Peters69
Tourist
3 0 1

@tinyotters wrote: LAFitnessEmployeePortal

Hi, I Built www.tinyotters.com and I’m having an issue - the Mobile version of the site has an odd way of trying to fit the text and image of the hero image at the top of the home page. Does anyone know a solution for how to get the mobile version to automatically resize so that it looks like the text and image are supposed to be together 


I'm currently experiencing the exact same thing.

banned

PageFly-Victor
Shopify Partner
7865 1786 3130

Hi @ Tinyotters

 

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

 

-Go to Online Store->Theme->Edit code 

-Asset-> section-banner-image.css  paste the below code at the bottom of the file.

 

@media(max-width:767px){

h2.banner__heading.h1{margin-top:0 !important}

.banner__content.banner__content--bottom-center.page-width{

position:absolute !important;

inset: 0 !important

}

}

 

PageFlyVictor_0-1668055196720.png

 

Hope my solution works perfectly for you! 

Best regards,

PageFly

tinyotters
Excursionist
27 0 8

I...actually think this worked, but what it exposed was the positioning of the text on my background was wrong.  So, I'm going to give this a thumbs up and return as soon as I can fix the text on the background and test to make sure it's ok.

tinyotters
Excursionist
27 0 8

I...actually think this worked, but what it exposed was the positioning of the text on my background was wrong. So, I'm going to give this a thumbs up and return as soon as I can fix the text on the background and test to make sure it's ok.  Thank you so much!

PageFly-Victor
Shopify Partner
7865 1786 3130

if the text is longer I will give you a different code. you can change the text and give me feedback