Home Forums Theme support Boston Theme Sub Menu Height Reply To: Boston Theme Sub Menu Height

Hi,

the sub menu in this theme is always right below the header. You can try to add this code in WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content (no warranty for working, particularly on mobile devices):

ul.sub-menu {
margin-top:-40px;
}