Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1312566

    Hi,

    I would like the breadcrumb/title bar section sticky when the user scrolls the bar (just like the header)

    How can I achieve this?

    Thanks

    #1313253

    Hey navindesigns,
    Thank you for your patience, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #header.header-scrolled + #main > .title_container {
        position: fixed;
        width: 100%;
        z-index: 9;
        top: 46px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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