enough 0.63 has bug
Enough has javascript error when browser screen width grater than 1281 px
Quick Fix
functions.php line 1398
if( width < 1281 ){
body_class= 'enough-w-sxga';
}
please change below code.
if( width < 1281 ){
body_class= 'enough-w-sxga';
}else{
body_class= '';
}
This bug will be fixed next versions Enough.