Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #287534

    Hallo Community,
    gibt es eine Möglichkeit den Titel einer Seite immer einblenden zu lassen.
    Also der Header einer Seite bleibt ja immer angezeigt. Je nach Wunsch eben variabel.
    Nur der Seitentitel wird bei längeren Einträgen ja mit nach oben weggescrollt.
    Kann ich die Seiten so verändern, dass auch der Seitentitel immer sichtbar bleibt und nur der Content scrollbar ist?
    Freundliche Grüsse
    Olligator

    #287613

    Hi Olligator!

    Thank you for using the theme!

    From what I understand, you want a fixed header. Is that correct? You can change the behavior of the header on Enfold > Header Layout > Header Behavior. Enable the Sticky Header.

    Best regards,
    Ismael

    #287752

    Hi Ismael.

    Thank you for your quick response.
    I mean not just the header. I mean the title and breadcrumb line.
    Set in the Title Bar Settings. I want to fix this line below the header. If I scroll the blog content, the page title should always be shown. Is this possible?

    Best regards,
    Olligator

    #287842

    Hey!

    Thank you for the info.

    This is possible but you should not enable the shrinking header option. Add this on Quick CSS or custom.css:

    div.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
    position: fixed;
    z-index: 1000;
    border-bottom: 1px solid;
    }

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.