Home Forums Basel support forum Changes to product template "compact"

Changes to product template "compact"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5839

    mobiflora
    Participant

    Hi Xtemos Team,

    on my product page I’m using “compact” as product page design.
    It is perfect for mobile devices. On langer screens, content is
    cut due to height of the div and it is not obvious for the user that
    he has to scroll.

    how can I change the height of the div so all of the contacts and
    the collapsibles are visible?

    Thanks for your help

    Till

    #5843

    Artem Temos
    Keymaster

    Hello,

    Try to add this code snippet to the Custom CSS area in Theme Settings

    .product-design-compact .product-image-summary>.row {
        display: block;
    }
    
    .product-design-compact .basel-scroll .basel-scroll-content {
        position: static;
    }
    
    .product-design-compact .summary-inner.basel-scroll {
        position: static;
    }
    
    .product-design-compact .basel-scroll-pane {
    display:none!important;
    }

    Regards

    #5844

    mobiflora
    Participant

    Thanks again –

    this did the trick 😉

    Till
    Munich, Germany

    #5853

    Artem Temos
    Keymaster

    You are always welcome 🙂

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

The topic ‘Changes to product template "compact"’ is closed to new replies.