cspgsl
Hi
To change the mobile menu breakpoint
open file "/less/variables.less" in template "ja_lawfirm".
Find
// Point at which the navbar stops collapsing
@grid-float-breakpoint: @screen-sm-min;
change @screen-sm-min with 1024px
save file , Compile Less to css from template style options.
Make sure to take backup of custom changes in css file, compile less to css will override the css files with default css files.