• Is it possible to deactivate the ‘sticky’ Title for knowledge bases?

    The issue is that Title and Description display over the search bar as the page is scrolled downward, creating an undesirable effect.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author BasePress

    (@codesavory)

    Without specific URL, it is difficult to judge. But anyways, you can disable sticky effect by adding a simple CSS rule in your custom CSS.

    You will need a little bit of CSS knowlege for this + find out the sticky element via inspect tool in your browser.

    Thread Starter MindCreatesMeaning

    (@xizor)

    Manual controls. Copy. I have the ball.

    —-

    For anyone following on subsequent approach…
    Here’s the solution (as of this post’s date).
    No URL submission required.

    
    .bpress-content-wrap header {
       position:relative !important;
    }

    Follow for more recipes ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Knowledge Base > Header > Title > Sticky’ is closed to new replies.