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