starlight For some reasons, The backup isnt getting restored on local.
Having reviewed for relative issues as seen in screencast, You can try add this to template.css file ever since there are some CSS rule-sets coming from bootstrap stylesheet which are conflicting :
.navbar .container{width:1170px !important;}
.top-social .custom{padding:5px 10px !important;} /* adjust padding value accordingly */
@media only screen and (max-device-width: 1200px) {.navbar .container{width:970px !important;}} /* adjust width value accordingly */
Kindly ensure to clear your browser cache if changes dont reflect
You may kindly let us know as to how it goes after adding above CSS