Hi, In Prestige theme their is a section called muti-column , where you can insert image and text but not able to do what you like . If you insert this code in your multi-column section CSS
.snap-center {
position: relative;
}
.prose {
position: absolute;
top: 50%;
padding: 20px;
background-color: aquamarine;
}
It will look like bellow image in store front.
I think you are looking for something like this. If you share your store URL and what you like, we can help you.
Thank you
