yes, please try this code
- Go to Online Store->Theme->Edit code
- 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;
}
}