I am using the current version of Enfold and WP. I am having a problem with scroll bars appearing on two of my tab pages. I have created the content on these pages with code. However, I have other pages where I have used code that it is not a problem. Sometimes the scroll bars disappear. This is not due to long content as the scroll bars do not scroll. Can you help me remove these?
Hey thecszone!
Try adding this to your custom CSS.
.js_active .active_tab_content {
overflow: visible !important;
}
Best regards,
Elliott
Perfect, thanks!