Overlay text appearing over my image and I cannot edit it.

Overlay text appearing over my image and I cannot edit it.

SuperSnazzy
Tourist
3 0 1

I am having issues with an image with overlay text component on mobile.

 

The image looks perfect when viewed on desktop, but when looking at it from a mobile, the text goes over the image and I cannot seem to edit this or make it so it doesn't appear over the text. I have tried adjusting the focal point of the image which helped slightly but hasn't fixed the problem.

 

Any edits I make to the component for mobile (reducing heading size etc) makes the same edits to the desktop version.

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
8436 2017 2476

Hi @SuperSnazzy 

Can I take a look, would you mind to share your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
SuperSnazzy
Tourist
3 0 1
Hi there,

Of course! Thank you 🙂

The url is beyjou.com.

Password is Steega.
Made4uo-Ribe
Shopify Partner
8436 2017 2476

Thanks for the info, is this one right? 

Made4uoRibe_0-1715033220202.png

I try to align on the smallest screen size, 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 480px){
.image-with-text-overlay-wrapper .image-with-text-overlay__content-box {
    display: flex;
    justify-content: left;
}
.homepage-featured-content-box-inner.shown-on-scroll.animated.fadeInUp {
    padding-left: 10px;
}
    }

 

And Save. 

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
SuperSnazzy
Tourist
3 0 1

Thank you!

 

The screenshot you sent is perfect! I have tried to follow your instructions but cannot find any assets under those three names.

 

I can only see the following:

Screenshot 2024-05-06 at 23.51.29.pngScreenshot 2024-05-06 at 23.51.37.pngScreenshot 2024-05-06 at 23.51.45.png