Hotel Master (GoodLayers)
Fix Grid Layout
Install the “TC Custom JavsScript” plugin, then go to Appearance > Custom JavaScript and enter the following:
| 1 2 3 | jQuery(window).load(function() {     jQuery('#gdlr-main-navigation').superfish('destroy'); }); |