This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hello,
I would like during the course of the page that the top bar is also visible above the sticky header.
Can we realize it?
Thank you in advance
Pexys Team
Hello,
Please add this code in Theme Options > Custom css:
.top-bar {
position: fixed;
width: 100%;
top: 0;
z-index: 999;
}
.header-wrapper .header {
padding-top: 34px;
}
.fixed-header-area.fixed-already {
top: 34px;
}
Regards
thank you for your answer very complete and fast
You’re welcome!
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up