Home Forums WoodMart support forum Stop scoll in accordian tabs

Stop scoll in accordian tabs

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35427

    Peter Laursen
    Participant

    Hi,

    I use Woodmart, and accordian on product tabs. I need it to show the entire description without scrolling inside the tabs.

    Can you provide code?

    Best regards,

    Peter

    #35461

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to remove this scroll bar

    #tab-description .woodmart-scroll-content {
    	max-height: 100%!important;
    }
    
    #tab-description .woodmart-scroll-pane {
    	display: none;
    }

    Regards

Tagged: 

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