Home Forums WoodMart support forum Accordion content box height

Accordion content box height

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #391410

    teamdutyfree91
    Participant

    Hello,
    I would like to have my accordion height to be 100% so all content will be show on screen. However, after added the css code the accordion has no change at all.

    I have added following code to my global css:
    .product-grid-item .wd-add-btn {
    display: none;
    }
    .tabs-layout-accordion .wd-scroll-content {
    max-height: 100%;
    }

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

    teamdutyfree91
    Participant

    This has been resolved with the css code of
    .wd-accordion-item .wd-scroll-content {
    max-height: 100%;
    }

    #391421

    Hello,

    We are Glad that your issue has been Resolved.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Accordion content box height’ is closed to new replies.