Home › Forums › Theme support › additional content › Reply To: additional content
Hi,
looks like also the ul itself has to be set to height auto, can you add also this css code?
ul#menu {
height: auto !important;
}
(just add it at the end of your style.css file…)