Hi there.
How can the product page:
/product/baby-towel-grey/
be different from the cornerstone layout used to generate that page:
/cornerstone/layouts/43620
?
Login credentials in secret note.
Thanks
Hi there.
How can the product page:
/product/baby-towel-grey/
be different from the cornerstone layout used to generate that page:
/cornerstone/layouts/43620
?
Login credentials in secret note.
Thanks
Hello @nblund,
Thanks for writing in!
You are having this issue because of your custom CSS added in the Cornerstone > Theme Options > CSS:
div.entry-content {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
Remove that CSS code block and it will resolve your issue.
Best Regards.
My bad. Thank you for your patience and support.
Hello @nblund,
Glad that we were able to help you. Please feel free to reach us if you have any more concerns.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.