Sticky Header in WordPress using BootstrapWP theme [closed]

On line 28 of header.php change the class of the navbar css as follows:
Replace the class navbar-relative-top with navbar-fixed-top. Therefore, line 28 becomes

<div class="navbar navbar-inverse navbar-fixed-top">