Product images to be in edge in product page

Product images to be in edge in product page

Sivadarshan
Shopify Partner
405 2 90

I need to customize my product page, the need is the product images want to be aligned to left edge of the website and top below immediate to breadcrumbs section. I'll attach the reference image 

 

Screenshot 2024-10-25 121534.png

 

https://rugd-in.myshopify.com/

password: rugged

Replies 4 (4)

JasmeetVT14313
Shopify Partner
292 63 77

HI @Sivadarshan 
Add below code to end of section-main-product.css file

 

@media screen and (min-width: 750px){
    product-info .page-width {
        padding: 0;
    }
    
    product-info {
        padding-top: 0 !important;
    }
    .product__info-wrapper {
        padding-top: 30px !important;
    }
}

 

If you find this information useful, a Like would be greatly appreciated.
And If this resolves your issue, kindly hit 
Like and mark it as the Solution! Thank you!

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com
Sivadarshan
Shopify Partner
405 2 90

It works, I need to remove these spaces too and when I try to scroll the product name gets hided 

 

Screenshot 2024-10-25 124411.pngScreenshot 2024-10-25 124618.png

JasmeetVT14313
Shopify Partner
292 63 77

@Sivadarshan 
Add the below code at the end of same file

@media screen and (min-width: 750px) {
    .product__column-sticky {
        top:7rem
    }
    .grid {
        column-gap: 0;
        row-gap: 0;
    }
}


If you find this information useful, a Like would be greatly appreciated.
And If this resolves your issue, kindly hit 
Like and mark it as the Solution! Thank you!

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com

Dan-From-Ryviu
Shopify Partner
12019 2348 2527

Hi @Sivadarshan 

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

 

 

@media (min-width: 750px) {
    .product__column-sticky { top: 10rem !important }
    .product .product__media-list  {         
        column-gap: 0;
        row-gap: 0; }
}

 

 

Screenshot 2024-10-25 at 14.21.48.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.