Shopify themes, liquid, logos, and UX
Hello all!
I'm using Ella Theme (the recent update 6.6.2). I'm having serious problems with the photo banner in the collection page. I've selected a 1170 width for the section. Also my image is 1170 width, but the image keeps showing always cropped on the sides. I've tried everything, but it keeps coming cropped. Any help on this?
Thank you so much!
Solved! Go to the solution
This is an accepted solution.
Hi @Zeulove ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
body .collection-banner .image {
padding: 0!important;
}
body .collection-banner .image img {
position: static!important;
}
Hi @Zeulove ,
Could you share your store URL? I will help to check it.
This is an accepted solution.
Hi @Zeulove ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
body .collection-banner .image {
padding: 0!important;
}
body .collection-banner .image img {
position: static!important;
}
It worked perfectly! Thank you so much!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025