Featured collection product image display

Solved

Featured collection product image display

villalobos1
Shopify Partner
11 0 4

Currently my featured collection images when i select "display 4 columns" option looks like the first image

example1.JPG

And i want it to look like this:

example2.JPG

I want to know how can i display correctly 4 columns on a featured collection, i'm using the refresh theme

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
1798 511 597

This is an accepted solution.

- Here is the solution for you @villalobos1 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- 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:

BSSTekLabs_0-1724250535674.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

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

View solution in original post

Replies 4 (4)

BSSCommerce-HDL
Shopify Partner
1882 651 781

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


BSS Commerce - Full-service eCommerce Agency
villalobos1
Shopify Partner
11 0 4

@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

BSS-TekLabs
Shopify Partner
1798 511 597

This is an accepted solution.

- Here is the solution for you @villalobos1 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- 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:

BSSTekLabs_0-1724250535674.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

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

villalobos1
Shopify Partner
11 0 4

@BSS-TekLabs wrote:

- Here is the solution for you @villalobos1 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- 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:

BSSTekLabs_0-1724250535674.png

 

 

- 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.