Home › Forums › Theme support › Adding social networks does not work › Reply To: Adding social networks does not work
Hi Mike,
your are right, there is a problem with the menu. We don’t saw it because we tested only the changes we made in the theme, that’s why on our end it was working. We updated also the jQuery plugin for the mobile menu, looks like this is causing the problem, it changed the display CSS from inline-block to block. You can add this CSS code at the end of your style.css file, it should solve the problem:
header #navleft ul#menu {
display: inline-block !important;
}