What's your biggest current challenge? Have your say in Community Polls along the right column.

Why aren't my collection banners displaying in full width after theme update?

Solved

Why aren't my collection banners displaying in full width after theme update?

Toptoys2uHS
Explorer
87 1 9

Hello All,

 

I would like to find out why these collection banners are not displaying in Full Width as they used to before updating to a new version of this theme a few days ago.

 

I have tried many different lines of css such as:

.collection__image-wrapper{

max-width: 100% !important;
}

 

and have also tried this as a last resort since the image would not span the full width properly:

 

.collection__image-wrapper{

align-content: center;
}

 

I have also gone into the customisation settings and tried all types of "Image Size" (it is currently on "Original Image Size Ratio"), but nothing seems to work.

 

Before the update, the collection banner used to display properly on both Mobile & Desktop. The screenshot below can be seen for reference

 

Full Width Collection Banner.png

 

This is what it looks like now

Full Width Collection Banner Missing.png

 

Would anyone be able to help with this issue on making the collection banners the same width as the original image again?

 

The website can be found here:

 

https://toptoys2u.co.uk/collections/toys-for-5

 

I appreciate any help.

 

Accepted Solution (1)

Guleria
Shopify Partner
3692 741 1039

This is an accepted solution.

Use this css

.collection__image-wrapper img {
    width: 100%;
}
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
3692 741 1039

This is an accepted solution.

Use this css

.collection__image-wrapper img {
    width: 100%;
}
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Toptoys2uHS
Explorer
87 1 9

Hi @Guleria 

 

Thank you very much for your help, this looks like it has worked for both mobile and desktop too!

 

Kind Regards