How can I reposition a product image higher on my page?

Hello,

I’m a newbie in site maker.

I made a site and i have a problem. i want to put the product picture upper than it is. i want to make an alignment with the title.

site: eskins.ro

password: peyawg

thanks!
![shopify intrebare.png|1376x646

1 Like

Hey @eSkins

This is Moeed

I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Layout->/theme.liquid->paste below code at the bottom of the file above :


hello,

thanks for your response. unfortunately doesn’t work

Hi @eSkins ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-main-product.css->paste below code at the TOP of the file:

@media screen and (min-width: 750px) {
    .product-media-container.constrain-height .media {
        padding-top: 66% !important;
    }
}

I hope it would help you
Best regards,

Richard | PageFly

1 Like

Thank you so much, it works :slightly_smiling_face:

1 Like