Shopify themes, liquid, logos, and UX
Hi, I want the preview images of my blog to be bigger and have rounded corners like here. And also a bit more space between the images.
is that possible?
Thank you.
Solved! Go to the solution
This is an accepted solution.
- Here is the solution for you @store095
- Please follow these steps:
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
.blog .page-width-desktop {
padding: 0 !important;
}
.blog__posts.articles-wrapper .article {
padding: 6px !important;
}
.card .card__inner .card__media {
border-radius: 15px !important;
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
This is an accepted solution.
.blog .page-width-desktop {
padding: 0 !important;
}
.blog .blog__posts.articles-wrapper .article {
padding: 6px !important;
}
.blog .card .card__inner .card__media {
border-radius: 15px !important;
}
Can you try this code again @store095
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
This is an accepted solution.
This code will make your image square. If I want the exact size of the image you provide, I need the exact parameters of that image. Or you can state the request to make the image bigger or smaller. I will edit it for you.
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
This is an accepted solution.
Can you try remove this code @store095
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
This is an accepted solution.
- Here is the solution for you @store095
- Please follow these steps:
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
.blog .page-width-desktop {
padding: 0 !important;
}
.blog__posts.articles-wrapper .article {
padding: 6px !important;
}
.card .card__inner .card__media {
border-radius: 15px !important;
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Thank you.
When i use the code in base.css it chaning the whole front page, even my category bubbles have the same form now.
Best regards
Let me check
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
This is an accepted solution.
.blog .page-width-desktop {
padding: 0 !important;
}
.blog .blog__posts.articles-wrapper .article {
padding: 6px !important;
}
.blog .card .card__inner .card__media {
border-radius: 15px !important;
}
Can you try this code again @store095
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Thank you.
Is it possible to make the image the same size as the bottom?:
Do you want to make the image square?
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Yes and same size as this:
Best regards
.blog .card__inner.gradient {
--ratio-percent: 100% !important;
}
Can you add more code @store095
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
This is an accepted solution.
This code will make your image square. If I want the exact size of the image you provide, I need the exact parameters of that image. Or you can state the request to make the image bigger or smaller. I will edit it for you.
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Thank you.
Is it possible to make the square a little smaller like here?:
Thank you.
This is an accepted solution.
Can you try remove this code @store095
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Its working. Thank you 🙂
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024