Kingster (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('.kingster-main-menu').superfish('destroy'); }); |