Shopify themes, liquid, logos, and UX
How to create full size banner for different collection pages Desktop. now it is cutting of the heads of people
Hi,
Main issue it because you have verticle image on horizontal layout banner, for better result and for long term I encourage you to fix image to make it horizontal but following is a fix I can think of:
Find a file called `component-collection-hero.css` and change the update following CSS:
.collection-hero__image-container img {
top: 50% !important;
transform: translateY(-50%) !important;
}
to following by adding that new object-position property:
.collection-hero__image-container img {
object-position: 50% 22%;
top: 50% !important;
transform: translateY(-50%) !important;
}
change the second value (22%) to how much you want to position the image on the Y axis.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024