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
This topic has 5 replies, 1 voice, and was last updated 1 months, 1 weeks ago ago by Tony Rodriguez
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
Dear martijntje,
As we continue our mission to exceed expectations, your insights become increasingly valuable. Could we, with all due respect, request your thoughtful feedback by giving our theme a deserved 5-star rating on ThemeForest?
Click here to share your valuable perspective: https://themeforest.net/downloads
Your time and trust are highly appreciated!
Best Regards,
The 8Theme Team
The issue related to '‘Single product page layout’' has been successfully resolved, and the topic is now closed for further responses