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

    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?

    #381497

    Hey thecszone!

    Try adding this to your custom CSS.

    .js_active .active_tab_content {
      overflow: visible !important;
    }

    Best regards,
    Elliott

    #381505

    Perfect, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Scroll Bars on Tab Pages’ is closed to new replies.