Compact style product page
-
Hello,
Is it possible to use the Compact style product page but show all the product information straight away without having to scroll down to see the Reviews and Shipping & Delivery tabs?
https://demo.xtemos.com/basel/shop/other/new-brands/yomber-jacket-trim/
Thanks in advance!
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-design-compact .entry-summary .basel-scroll,
.product-design-compact .entry-summary .basel-scroll .basel-scroll-content{
position:static;
}
.product-design-compact .entry-summary .basel-scroll-pane {
display: none;
}
.product-design-compact .basel-scroll-content {
padding-left: 0;
padding-right: 0;
}
Best Regards
Thanks!
Is it somehow possible to show bigger product images as there is now lots of empty space under the product image?
Hello,
The height of the image depends on the width. You can increase the image width and height would be increased automatically https://prnt.sc/uea44f
It is not possible to increase the height with custom CSS it would deform the image.
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards