Home Forums WoodMart support forum Accordion style decripton field larger

Accordion style decripton field larger

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

    7EVENS
    Participant

    Is it possible to have the descripton field, on a product in accordion style,pain always in the size it have. So you don’t can scroll inside the field.

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

    Hello,

    You can set the accordion view for the product description in the Theme Settings > Product page > Tabs.

    As soon as you set I can give you CSS to remove the scroll.

    Best Regards

    #234544

    7EVENS
    Participant

    Hi Elise

    I set up accordion

    #234685

    Hello,

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

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

    Best Regards

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