Recently viewed way too big

Solved

Recently viewed way too big

pool-care
Tourist
5 0 3

Hi,

 

I want to show "recently viewed products" on the homepage. When I add the section, I get this:

poolcare_0-1724668720924.png

 

As you can see, the pictures are too big. I want something similar as the above "featured products". 

Can someone help me find a good css code for this problem?

 

 

Accepted Solution (1)
BSS-TekLabs
Shopify Partner
1842 525 612

This is an accepted solution.

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

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liqid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
@media screen and (min-width: 990px) {
    .grid--2-col-desktop .grid__item {
        width: calc(20% - var(--grid-horizontal-spacing) / 2) !important;
    }
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1724679438709.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 3 (3)

BSS-TekLabs
Shopify Partner
1842 525 612

I don't see them on your site. Can you add them back so I can check?

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

pool-care
Tourist
5 0 3

They are back now! 😀

BSS-TekLabs
Shopify Partner
1842 525 612

This is an accepted solution.

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

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liqid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
@media screen and (min-width: 990px) {
    .grid--2-col-desktop .grid__item {
        width: calc(20% - var(--grid-horizontal-spacing) / 2) !important;
    }
}
</style>

- Here is the result you will achieve:

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