Okay
  Public Ticket #3012398
Navigation bar modification
Closed

Comments

  •  7
    Kassem started the conversation

    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,

  •  1,809
    Support replied

    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

  •  7
    Kassem replied

    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,

  •  1,809
    Support replied

    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

  •  7
    Kassem replied

    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, 

  •  1,809
    Support replied

    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

  •  7
    Kassem replied

    Dear support,


    Problem has been solved thank you for your assist.