Hi thanks for your reply @Igor - Unfortunately I still can't get it to work though
Here is my code:
// Grid system
// --------------------------------------------------
// Number of columns in the grid system
@grid-columns: 12;
// Padding, to be divided by two and applied to the left and right of all columns
@grid-gutter-width: 30px;
// Point at which the navbar stops collapsing
@grid-float-breakpoint: @screen-sm-min;
//NAV BAR COLLAPSE CUSTOMISATION
@screen-person: 600px;
@grid-float-breakpoint: @screen-person;