Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    Hello sourire09,

    Thanks for trying out the theme, we appreciate it.

    Here are the changes you’d need to do in order to remove the fixed navbar:

    In header.php, remove “navbar-fixed-top” from line 24. So change

    <div class="navbar navbar-custom navbar-fixed-top" role="navigation">

    to this

    <div class="navbar navbar-custom" role="navigation">

    Then add this CSS to the Custom CSS section under Appearance > Customize > Advanced:

    body {
        padding-top: 0px;
    }

    I would suggest making these changes in a Child Theme so that they are not overwritten when the theme is updated.

    Best of luck!

    Thread Starter sourire09

    (@sourire09)

    Thank you! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fixed header’ is closed to new replies.