Home Forums WoodMart support forum DISABLE SCROLL ON PRODUCT DESCRIPTION?

DISABLE SCROLL ON PRODUCT DESCRIPTION?

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

    infantdeco
    Participant

    Hello, is posible disable the scroll in the product description?

    screenshot:
    http://prntscr.com/mqpxkk

    would be good delete the scroll bar and adjust the div eight depends on the text, for displa all the description.

    thanks!!

    #110076

    Hello,

    You have set Tab layout to be Accordion and this configuration does not provide the option to remove the scroll. You can switch Tab layout to the Tabs and scroll would disappear.

    Or we can remove the scroll with the custom CSS. Please add this code to the Theme Settings > Custom CSS > Global:

    body .tabs-layout-accordion .has-scrollbar .woodmart-scroll-content {
        overflow: visible;
    	
    }
    body .tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
        max-height: 100%;
    }

    Best Regards

    #110086

    infantdeco
    Participant

    hello, thank you so much its working 🙂

    #110096

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

    Best Regards

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

The topic ‘DISABLE SCROLL ON PRODUCT DESCRIPTION?’ is closed to new replies.