Origin Theme: Issue w/ Centering Text On Product Page

Hello everyone! I am currently trying to see if it is possible to have my product images be constrained side-by-side above the product description, variants, buttons, etc. Here is the link to my website: https://thefrogmanofloveland.com/products/the-frogman-of-loveland-an-otherworldly-tale-of-love-legend-and-christmas-magic

In the Shopify builder toolset, I only had the option to constrain my product body to the right or left of the image, I didn’t know if it was possible to override that and put the images on the top while centering the product body below that.

If anyone knows any possible solutions or is aware that it isn’t possible to do so please let me know! Thanks so much! :slightly_smiling_face:

Hi @thelovelandfrog

This is Mike from Omega

If it is your expectation, you can try my solution

  1. Open Theme → Edit code

  2. Open base.css and paste this CSS code to the bottom of the file and Save

.product.product--large.product--left.product--thumbnail_slider.product--mobile-show {
    display: flex;
    flex-direction: column;
    align-items: center;
}

Hope my answer will help you

Mike from Omega