Re: Images with Text Overlay and Collection Header images not responsive in Debut Theme

Images with Text Overlay and Collection Header images not responsive in Debut Theme

freewheeling
Excursionist
18 1 1

Hello,

Some images are not responsive to mobile and are instead showing as smaller rectangles instead of readable squares like some of my sites other images.  

 

The text overlay at the top of the homepage, Custom Content Images and Collection Header images are appearing not responsive like the gallery images are.


https://freewheelingcafe.com/

 

Thanks any help!

Replies 6 (6)

Wish-It
Shopify Partner
151 37 41

Can you share screenshot of the images that you are talking about? On my screen the website seems to be responsive.

I am founder of WishIt.app, you can create any theme edit task on our app - WishIt.app : Custom CSS / JS and we will do it for you. The first task is FREE!

Don't forget to checkout our reviews on Shopify AppStore.
freewheeling
Excursionist
18 1 1

Sure, the 2 header images are smaller rectangles compared to the last image which resizes as a square making the image and text easier to view.  Let me know if you have any other questions.

Thanks!

Wish-It
Shopify Partner
151 37 41

You can increase the height of the banner to show bigger image, try this CSS and see if this is how you want.

@media only screen and (max-width: 749px){
.collection-hero__image {
    height: 264px;
    background-size: cover;
}
.hero--large {
    background-size: cover;
    height: 264px;
}
}

 

WishIt_1-1665465921562.png

 

I am founder of WishIt.app, you can create any theme edit task on our app - WishIt.app : Custom CSS / JS and we will do it for you. The first task is FREE!

Don't forget to checkout our reviews on Shopify AppStore.
freewheeling
Excursionist
18 1 1

I'll consider that later on on. Can this script be added with out the app into an existing code in debut?

Wish-It
Shopify Partner
151 37 41

Yes, add it to the end of themes.scss file.

I am founder of WishIt.app, you can create any theme edit task on our app - WishIt.app : Custom CSS / JS and we will do it for you. The first task is FREE!

Don't forget to checkout our reviews on Shopify AppStore.
freewheeling
Excursionist
18 1 1

@Wish-It Thank you, that worked on the Collection headers. What about the homepage Image with Text overlay image at the top of the screen? It doesn't fix that one.  Thanks again!