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

    Hello,
    In the sticky header, how to keep visible the section displaying the page title and the breadcrumbs ?
    thank you

    #407803

    Hi melangeur!

    Thank you for using Enfold.

    Add this to the Quick CSS field:

    .title_container {
    position: fixed;
    top: 123px;
    z-index: 1000;
    width: 100%;
    }

    Adjust the top position.

    Regards,
    Ismael

    #429039

    Many thank’s ((:

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sticky header + breadcrumbs’ is closed to new replies.