Is there any possibility to make the header collapse when scrolling down as logo is getting on top of the content which makes it looks bad. will z-index do the job or I need to adjust something like bootstrap collapsing navigation bar.
please note that I'm welling to do that in the pages individually and this has nothing to do with the Fullscreen slider page.
we can make the header fixed - that is will scroll up with the page however for this to work you should disable smooth scrolling in customizer -> general settings. Let us know.
I have disabled the smooth scrolling, the remaining step is to add a css code with nav being fixed or you need credentials to modify it from file editor? please advise.
problem in portfolio items have been fixed, is there any possibility to make the header in fullscreen slider page as fixed while other portfolio items will be relative. my client didn't appreciate the fact that the fullscreen slider page border is a complete fixed black background.
Dear Support,
Is there any possibility to make the header collapse when scrolling down as logo is getting on top of the content which makes it looks bad. will z-index do the job or I need to adjust something like bootstrap collapsing navigation bar.
please note that I'm welling to do that in the pages individually and this has nothing to do with the Fullscreen slider page.
Regards,
Hello,
we can make the header fixed - that is will scroll up with the page however for this to work you should disable smooth scrolling in customizer -> general settings. Let us know.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Dear Support,
I have disabled the smooth scrolling, the remaining step is to add a css code with nav being fixed or you need credentials to modify it from file editor? please advise.
Regards,
Hello,
added
header {
position: relative;
}
in customizer -> additional CSS
Make sure you also refresh your cache
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Dear support,
problem in portfolio items have been fixed, is there any possibility to make the header in fullscreen slider page as fixed while other portfolio items will be relative. my client didn't appreciate the fact that the fullscreen slider page border is a complete fixed black background.
Regards,
Hi there,
try adding also
.home header {
position: relative;
}
in customizer -> additional CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Dear support,
Problem has been solved thank you for your assist.