How to reduce the size of the photos of featured collection in my homepage?

How to reduce the size of the photos of featured collection in my homepage?

GreenPax
Excursionist
20 0 7

Hi! on my home page i have this section for featured collection in a carousel type. however i find the photos abit big. Please help on how to reduce the size of the photos a little bit. thank you.

Shop url - https://greenpaxusa.myshopify.com/
pw - xuldeb
Screenshot_12.png

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
10768 2128 2249

Hi @GreenPax 

Please add this code to Cutom CSS in Online Store > THemes > Customize > Theme settings 

@media (min-width: 750px) {
#Slider-template--23380050182462__featured_collection_77xqVJ { margin: 0 5rem; }
}

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

DaisyVo
Shopify Partner
2607 320 369

Hi @GreenPax 

 

I hope you are well. You can follow our instructions below:


1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

 

Here is the code for Step 3:

 

@media screen and (min-width: 1024px){
ul.grid.product-grid.contains-card.contains-card--product li {
    width: calc(100% / 7.2) !important;
}
}

 

image (43).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

topnewyork
Astronaut
989 136 170
 
Hello, @GreenPax 
1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom
div#collection-template--23380050182462__featured_collection_77xqVJ {
    width: 100% !important;
    object-fit: cover;
    max-width: 90rem !important;
    height: auto;
    margin: 0 auto !important;
}

 Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
GreenPax
Excursionist
20 0 7

Hi! it did work, however will you be able to stretch it out alittle bit? it's all cramped in the centerScreenshot_13.png