Home Forums WoodMart support forum NOT MAXIMUM HEIGHT ON ADDITIONAL TAB IN PRODUCT PAGE

NOT MAXIMUM HEIGHT ON ADDITIONAL TAB IN PRODUCT PAGE

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #119929

    Jeriss Cloud Center
    Participant

    Dear,

    On the product page, I’ve added an additional tab. But I notice that it is shown with a maximum height, which makes that we have a scroll bar.

    How can I prevent this maximum height? I do not want to have scrolling.

    Thanks

    #120035

    Hello,

    The height of the block is bigger than the tab height that is why scroll has been applied.

    Best Regards

    #120045

    Jeriss Cloud Center
    Participant

    For anyone interested, I’ve found the css code :

    .tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
    max-height: 550px;
    }

    You can close this ticket, thanks

    #120048

    Jeriss Cloud Center
    Participant

    Actually I have still 1 issue with this code. It worked everywhere except when I simulate “iPad Pro” via Chrome. Any idea why?

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

    Hello,

    On Ipad the content is narrower and requires more height which exceeds the max-height. That is why scroll appears

    Best Regards

    #120171

    Jeriss Cloud Center
    Participant

    I have increased the max-weight even to 1000px and it does not apply on iPad Pro. Any other idea?

    #120240

    Hello,

    Remove this custom CSS https://gyazo.com/44b77a6d3dc84690aeba6fe534f74ddc

    Best Regards

    #120301

    Jeriss Cloud Center
    Participant

    Thanks problem solved

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

The topic ‘NOT MAXIMUM HEIGHT ON ADDITIONAL TAB IN PRODUCT PAGE’ is closed to new replies.