This topic has 4 replies, 2 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
Hi there,
Is it possible to have an product page without the image-space? So that the content in short description fills the whole page? See attached link – the content now only fills ca. 2/3 of the page.
Thanks in advance.
Martin
Hello,
Here is custom CSS code:
.single-product .product-content .product-images {
display: none;
}
.single-product .product-information {
width: 100%;
}
Regards
Thank you! It works.
Can the title of the product be turned off?
You’re welcome!
.single-product .product_title {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up