Home Forums Basel support forum Hide scroll in compact product style

Hide scroll in compact product style

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

    Loles Marston
    Participant

    Is possible to hide scroll in compact product style?

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #6834

    Artem Temos
    Keymaster

    Hello,

    You can hide scroll bar with this code snippet. Try to add it to the Custom CSS in Theme Settings

    .product-design-compact .basel-scroll-pane {
        display:none!important;
    }

    Regards

    #6899

    Loles Marston
    Participant

    Hi again, is possible no scroll view? like in mobile wiew.

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #6911

    Artem Temos
    Keymaster

    Hi,

    Try to add this code snippet also

    .basel-scroll,
    .basel-scroll .basel-scroll-content {
    	position:relative;
    }
    
    .product-design-compact .product-image-summary>.row {
    	display:block;
    }

    Regards

    #6918

    Loles Marston
    Participant

    It´s Works! Thank you 🙂

    #6936

    Artem Temos
    Keymaster

    You are welcome 🙂

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

The topic ‘Hide scroll in compact product style’ is closed to new replies.