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!