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 ![]()
Thanks for the help!
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 ![]()
Thanks for the help!
HI @xnyjyh
Please add this code to base.css file
#MainContent .multicolumn-card.content-container {
flex-direction: column !important;
}
Thanks again!