NOT MAXIMUM HEIGHT ON ADDITIONAL TAB IN PRODUCT PAGE
-
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
Hello,
The height of the block is bigger than the tab height that is why scroll has been applied.
Best Regards
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
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.
Hello,
On Ipad the content is narrower and requires more height which exceeds the max-height. That is why scroll appears
Best Regards
I have increased the max-weight even to 1000px and it does not apply on iPad Pro. Any other idea?
The topic ‘NOT MAXIMUM HEIGHT ON ADDITIONAL TAB IN PRODUCT PAGE’ is closed to new replies.