Shopify themes, liquid, logos, and UX
My featured collection shows too big too me and i want too change the padding or width what is needed. Please let me know how i can do that. I want it only for Desktop. I don't want any changes for phone.
Theme:
Prestige
Website:
Do you mean like this?
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (min-width: 749px){
.featured-collections-carousel__item .product-card__figure {
margin: 10% 10% 0 10%;
}
}
And Save.
Or the whole one including the titles.
@media only screen and (min-width: 749px){
.featured-collections-carousel__item product-card.product-card {
margin: 10% 10% 0 10%;
}
}
And Save.
Note: you can adjust the % of the margin.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi, no not like this! I want to change the width actually. It's covering the full page which looks bad to me. Let me know i have to change the width or padding .
Hi, any solution for this one?
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025