Hello,
In the sticky header, how to keep visible the section displaying the page title and the breadcrumbs ?
thank you
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
Many thank’s ((: