wakabayashi Posted August 13, 2014 Share Posted August 13, 2014 Hello Im trying to change my menu in responsive mode. I understand, that on a hover the submenu changes with an inline element from: <ul class="submenu-container clearfix first-in-line-xs" style="display: none;"> to: <ul class="submenu-container clearfix first-in-line-xs" style="display: block;"> But I can't find any file where this action is done! Seems to be Javascript but didnt find the file. Please help me. I need to change "block" to "inline-block", since my menu doesnt work correctly. Link to comment Share on other sites More sharing options...
vekia Posted August 13, 2014 Share Posted August 13, 2014 in blocktopmenu.js you can find codes like $("ul").slideUp(); and $("ul").slideDown(); as far as i remember these snippets are related to display:none; and display:block; in style="" tag Link to comment Share on other sites More sharing options...
Recommended Posts