How to rescale homepage image in Ap Suppre Shopify Theme?

How to rescale homepage image in Ap Suppre Shopify Theme?

EmporioSol
Visitor
1 0 0

Hi everyone! I'm trying to rescale an image on my site at https://sp5darhoodies.com/. The image looks too large on the product page, and I’d like to adjust its size without affecting the layout or image quality. I'm using Ap Suppre theme. Can anyone guide me on how to properly resize it through theme settings or custom CSS? 

Replies 2 (2)

topnewyork
Astronaut
1368 165 224

Hi @EmporioSol 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

<style>
  .wd-product :where(.product-wrapper,.product-element-bottom) {
    transform: scale(0.7) !important;
}
</style>

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
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

namphan
Shopify Partner
2690 349 399

Hi @EmporioSol,

Please go to Customize > Theme settings > Custom CSS and add code:

@media (min-width: 1400px) {
    .product--thumbnails-bottom .product__media {
        --ap-productmedia-width: calc(var(--grid-column-width)* 7 + var(--grid-gap)* 8);
    }
    .product--thumbnails-bottom .product__info {
        --product-info-width: calc(var(--grid-column-width)* 10 + var(--grid-gap)* 7);
    }
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com