Dawn 12.0.0 Multi-column reverse image to top and text under

Im looking to reverse the Multicolumn section on the product page so the image is on top rather then the bottom. I got it that already for the footer, but cant remember how :confused:

Thanks for the help!

HI @xnyjyh

Please add this code to base.css file

#MainContent .multicolumn-card.content-container {
    flex-direction: column !important;
}
1 Like

Thanks again!