Home Forums Basel support forum Compact style product page

Compact style product page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #224517

    Michael_1986
    Participant

    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!

    #224611

    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

    #224745

    Michael_1986
    Participant

    Thanks!

    Is it somehow possible to show bigger product images as there is now lots of empty space under the product image?

    #224887

    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

    #224900

    Michael_1986
    Participant

    Ok. Thanks!

    #224954

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)