All things Shopify and commerce
Currently my featured collection images when i select "display 4 columns" option looks like the first image
And i want it to look like this:
I want to know how can i display correctly 4 columns on a featured collection, i'm using the refresh theme
Solved! Go to the solution
This is an accepted solution.
- Here is the solution for you @villalobos1
- 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.
@media screen and (min-width: 990px) {
.slider--desktop.grid--4-col-desktop .grid__item {
width: 23% !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
Hi @villalobos1,
Can you kindly share your store link with us? We will check it and suggest you a solution if possible.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
@BSSCommerce-HDL wrote:Hi @villalobos1,
Can you kindly share your store link with us? We will check it and suggest you a solution if possible.
https://template6.myshopify.com/
password: hello
This is an accepted solution.
- Here is the solution for you @villalobos1
- 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.
@media screen and (min-width: 990px) {
.slider--desktop.grid--4-col-desktop .grid__item {
width: 23% !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
@BSS-TekLabs wrote:- Here is the solution for you @villalobos1
- 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.
@media screen and (min-width: 990px) {
.slider--desktop.grid--4-col-desktop .grid__item {
width: 23% !important;
}
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
Do you know why, when I open the page, the images in the featured collection appear in low resolution, but after I click on a product and then go back to the home page, the product image I clicked on now appears in high resolution?
If you know why this happens, do you know how to fix it?
It's kind of hard to see the difference, but if you open two windows and compare them, you'll notice the difference in resolution.
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