How can I shift product title above images in mobile view?

Can someone please tell me how to move the the product title above the images only in mobile view? My store url is Projects817.com

Hi @Only1mrsfragili !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

Please try this code;

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.

@media screen and (max-width: 740px){
.product.product–thumbnails-left {
position: relative;
padding-top: 80px;
}
h1.product-meta__title.heading.h3 {
position: absolute;
top: 0;
}
}

Best Regards;

Pagefly

Sorry, this didn’t work. Nothing changes