Shopify themes, liquid, logos, and UX
Hello @Nadine10
Please share the store URL.
Thank you
Could I add that if possible, to make the logos smaller so they all fit on desktop
Hello @Nadine10
Go to online store ---------> themes --------------> actions ------> edit code------->Theme.css -----> line number 13228
search this code
.image__img, .image__shimmer {
display: block;
position: absolute;
-o-object-fit: cover;
object-fit: cover;
-o-object-fit: var(--object-fit, cover);
object-fit: var(--object-fit, cover);
-o-object-position: center center;
object-position: center center;
-o-object-position: var(--focal-alignment, center center);
object-position: var(--focal-alignment, center center);
top: 0;
width: 100%;
height: 100%;
}
replace with this code.
.image__img, .image__shimmer {
display: block;
position: absolute;
-o-object-fit: cover;
object-fit: cover;
-o-object-fit: var(--object-fit, cover);
object-fit: var(--object-fit, cover);
-o-object-position: center center;
object-position: center center;
-o-object-position: var(--focal-alignment, center center);
object-position: var(--focal-alignment, center center);
top: 0;
width: 75%;
height: 75%;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hi @Nadine10,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
.flickity-slider {
display: flex !important;
align-items: center;
}
.gallery__slide.carousel__slide.is-visible {
padding-right: 50px !important;
}
</style>
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Thank you!
Could the logos be even smaller? And have a bit more spacing between them?
Also, on mobile could they be smaller so you can see more than one?
Hi @Nadine10,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
@media (min-width: 768px) {
.gallery__slide.carousel__slide {
padding: 0 70px;
}
.carousel.carousel__slide {
width: calc(20% - 1px) !important;
}
}
</style>
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Thank you! Sorry again, could you please find a solution for mobile - could the logos be smaller so you can see more than one?
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025