Hello there! Since the updated theme, I’m having problems with Cascade’s product page. As you can see, the text column is stuck to the other side like so..
https://thecakefairies.ca/products/standard-cupcakes pw: anite
I’m not looking to add too much information adding cascade elements, just a simple product page. Like this Cascade theme website: https://dailybread.co.nz/collections/breads/products/pioneer-loaf or even the theme’s sample https://themes.shopify.com/themes/cascade/styles/elegant/preview
However, I cannot find the options for those. Could anyone please help?
Thank you in advance.
Hi @joanneo3v
Have you check the section in theme customize?
I think the theme will support a settings for the product image layout.
Hi @ Joanneo3v
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
-Go to Online Store->Theme->Edit code
-Asset-> base.bundle.css paste the below code at the bottom of the file.
@media screen and (min-width: 768px){
.md:grid{grid-template-columns:1fr 0fr 0fr 1fr}
.md:grid>div>div{max-width:87.5% !important;margin:auto}
.md:grid>div>div>div{width:100% !important}
}
Hope my solution works perfectly for you!
Best regards,
PageFly
Hi @joanneo3v
Is your theme is customize theme?
I checked but has not any helper class to add css code to fix the problem.
In this case if you can share the store access, we will help you check and fix the problem.