Home Forums WoodMart support forum Disable scroll in description with accordion – Display full description

Disable scroll in description with accordion – Display full description

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

    josiah.garber
    Participant

    I would like to display the full description without having to scroll through the content. I am using the accordion layout.

    Do you have CSS that can help me achieve this?

    Thank you for your help.

    #437580

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Please, confirm the permission for plugin deactivation, and switching to the parent theme. As soon as we complete the testing we will enable all back, however, the site would be without plugins for 15-20 min. You would better make the full backup of your site.

    Best Regards

    #437829

    josiah.garber
    Participant

    Details included.

    #438094

    josiah.garber
    Participant

    Yes, you have permission for plugin deactivation & switching to the parent theme if necessary. Let me know if you need anything else.

    #438382

    josiah.garber
    Participant

    Just checking in to see if you had time to take a look at removing the scroll from the description area. Thank you.

    #438646

    Hello,

    I am terribly sorry for the delay.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .tabs-layout-accordion .wd-scroll-content {
        max-height: 100%;
        overflow-y: none;
    }

    Best Regards

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